Home Forums ArileWP Pro change background color predefined pages

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

    Dear Madam / Sir,

    For URL https:dolophout.nl/over-ons
    I succesfully placed

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

    in Extra CSS

    How can I add the same background-color for the (predefined) pages:

    https://dolophout.nl/nieuws
    AND

    Contact

    to Extra CSS as well?

    #10747
    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.