Home Forums ArileWP Pro Non Homepage Content Background

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #7550
    Amy Davidshofer
    Participant

    Sorry – one more question. Is there a way to not have the black box behind the content on all of the non-homepage pages or have it be white background instead with no border and black font text (so blends in with rest of white background)? If helps, one of the URL pages is http://kgg.2a5.myftpupload.com/residential-services/

    THANK YOU!!

    #7570
    themearile
    Keymaster

    Hi Amy Davidshofer

    Ok please add the below CSS code in Additional CSS box.

    .theme-blog .post {
        background-color: #ffffff !important;
    }
    .fl-node-5f49c604394b4 .fl-rich-text, .fl-node-5f49c604394b4 .fl-rich-text * {
        color: #444444 !important;
    }
    body.page-template-default{
        color: #000 !important;
    }
    .page-template-default h1, .page-template-default .h1, .page-template-default h2, .page-template-default .h2, .page-template-default .h3, .page-template-default h3, .page-template-default h4, .page-template-default .h4, .page-template-default h5, .page-template-default .h5, .page-template-default .h6, .page-template-default h6 {
        color: #000 !important;
    }
    .page-template-default label {
        color: #211f1f !important;
    }
    .form-control, input[type="text"], input[type="email"], input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select {
        background-color: rgb(254 254 254 / 20%) !important;
        border: 1px solid #d8d8d8 !important;
        color: #323131 !important;
    }
    .theme-page-header-area h1 {
        color: #ffffff !important;
    }
    .footer-sidebar .widget h4 {
        color: #ffffff !important;
    }

    Let me know if it works.

    Thanks

    #7588
    Amy Davidshofer
    Participant

    Thank you!! That worked!

    Thanks for all your help!!

    I greatly appreciate it!

    #7645
    themearile
    Keymaster

    Dear Amy Davidshofer

    Glad to hear it and we are happy to help you. We hope you are enjoying the ArileWP theme.

    Please help us improve our customer satisfaction by writing a quick review https://wordpress.org/support/theme/arilewp/reviews/?filter=5 We would be extremely grateful.

    Please let me know if you need any further assistance..!

    Thank you for your time.

    Have a nice day..!

    Thanks & Regards

    ThemeArile

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Non Homepage Content Background’ is closed to new replies.