Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1299186
    dmog74
    Participant

    Hopefully my last question here ever, as my site is almost done! I need to change the background colour of the portolio list page here http://pknk.ca/mywork/ from grey to white but I can’t for the life of me figure out how to do this… can you help?

    I’ve used CSS like:

    .site {
    background-color: #5e09b2 !important;
    }

    But this has affected colors on other pages as well. I ONLY want to change the colour on http://pknk.ca/mywork/

    Help? Thank you!

    Dylan

    #1299201
    Lely
    Moderator

    Hello Dylan,

    Try this CSS instead:

    .page-template-template-layout-portfolio-php .site {
        background-color: #5e09b2;
    }

    Hope this helps.

    #1299205
    dmog74
    Participant

    Amazing. Thank you so much!

    #1299208
    Lely
    Moderator

    You’re welcome!

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1299186 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>