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

    Hey guys,

    I have a few different products on my website. Each of them has their own theme.

    I was wondering if it was possible to change the header color form page to page.

    For example, how do I change the header color from light blue to red (#ed4747) on just this page, and not any of the others:
    http://learnclubdance.com/accessories/salsa-moves-for-the-club/

    Thanks in advacne

    #507249

    Hey kgbrooklyn!

    Add this to your custom CSS.

    .page-id-2887 .header_bg {
        background: red !important;
    }

    Cheers!
    Elliott

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