• Resolved sportswreathshop

    (@sportswreathshop)


    Hello! For my set-up, when I choose a background color for the Category Banner (currently pink on this page), I am forced to use the same color for every category page. Is it possible with CSS to have different background colors for different category pages?

    Thank you for your help,
    Catherine

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • I don’t know if you can configure this visually via the Elementor plugin you’re using or your theme’s configuration options, as I’m not familiar with thiese.

    But if you want to use custom CSS, the following should work:

    .term-4121 .shoptimizer-category-banner {
        background-color: #663399;
    }

    (You obviously want to change the color to your desired color ?? )

    • This reply was modified 2 years, 7 months ago by George Appiah. Reason: Oopsie, fixed a typo in the CSS selector

    I’m just posting this reply so you’ll receive another email notification to let you know I fixed a typo in the CSS code I gave earlier… just in case you only pick the code in your email notification and miss the update.

    Thread Starter sportswreathshop

    (@sportswreathshop)

    George,

    Thank you so very much! I can’t get that exact code to work but thank you for pointing out the term option for the separate pages. I forgot about that and will keep trying some combination to get it to work.

    Thank you for your help,
    Catherine

    Thread Starter sportswreathshop

    (@sportswreathshop)

    George,

    Your code is 100% correct – it was me.

    A huge thank you!!!!
    Catherine

    I’m glad you got this sorted.

    If you have a second to spare, kindly mark this topic as RESOLVED.

    Thank you.

    Thread Starter sportswreathshop

    (@sportswreathshop)

    Thank you! ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Category Banner Colors’ is closed to new replies.