Home Forums Basel support forum change background color of category header

change background color of category header

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #341386

    Astro2016
    Participant

    How do I change the background color of a category header, please find screenshot..I need to replae color #408da4 for another color..

    could you help ?

    Regards

    Americo

    Attachments:
    You must be logged in to view attached files.
    #341598

    Hello,

    The Product categories inherit the styles of the shop page, you need to edit the shop page and find the options: https://xtemos.com/docs/basel/options-for-pages-2/

    Alternatively, it is possible to change with custom CSS:

    body.post-type-archive-product .page-title-default {
        background-color: red;
    }

    Please add this code to the Theme Settings > Custom CSS > Global

    Best Regards

    #341812

    Astro2016
    Participant

    this was already done too…we have been using the theme for a long time but now we do see odd things

    #341953

    Hello,

    Please replace the code with this one:

    body.tax-product_cat .title-size-small{
        background-color: red!important;
    }

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)