Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1085431

    Hi,
    I would like to set a different background color for just one page.
    How can I do this?
    The site is:

    but this page

    should have a different background color than the default background color the other pages have.

    Thanks and best regards,
    Michael

    • This topic was modified 5 years, 3 months ago by tuxscde.
    #1085884

    Hey tuxscde,

    Please try the following css:

    
    .page-id-1490 #main {
        background-color: #ccc !important;
    }
    

    And deactivate Autoptimize for now.

    Best regards,
    Victoria

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