Home Forums ArileWP Pro background color (predefined pages)

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #10361
    Hans Goutier
    Participant

    Hi there,

    I would like to change the background color of the following predefined page into PETROL (#225567).

    https://dolophout.nl/nieuws/

    .theme-block.theme-blog.theme-bg-grey {
    background-color: #225567 !important;

    Contact

    .page-template-contact-one .theme-block.theme-bg-grey, .page-template-contact-two .theme-block.theme-bg-grey {
    background-color: #225567 !important;
    }

    However in the developer tools mode I see the color change.
    As soon as I implement the codes in Extra CSS (Customizer) no changes are visible.

    Can you be of help?

    #10748
    themearile
    Keymaster

    Hi Hans

    Please add the below CSS code in the Additional CSS box. Please go to the Appearance => Customize => Additional CSS then paste the CSS here and click to Publish button.

    body.page-template-contact-two.custom-background .theme-block.theme-bg-grey,
    body.page-template-contact-two.custom-background .theme-contact {
    background-color: #225567 !important;
    }

    Thanks

    #10754
    Hans Goutier
    Participant

    Can you be of help with CSS code (same background color #225567) for next page too?

    https://dolophout.nl/nieuws/

    Thanks in advance.

    #10760
    themearile
    Keymaster

    Hi Hans

    Please also add the below CSS code in the Additional CSS box. Please go to the Appearance => Customize => Additional CSS then paste the CSS here and click to Publish button.

    body.blog.custom-background .theme-block.theme-blog.theme-bg-grey {
        background-color: #225567 !important;
    }

    Let us know if it works.

    Thanks

    #10762
    Hans Goutier
    Participant

    Works great! Very happy with your professional support.

    #10764
    themearile
    Keymaster

    Dear Hans Goutier

    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 6 posts - 1 through 6 (of 6 total)
  • The topic ‘background color (predefined pages)’ is closed to new replies.