Home Forums WoodMart support forum Background of header categories pages

Background of header categories pages

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

    webtrend
    Participant

    Hi, i can`t change the background of header of categories

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

    Hello,

    Please navigate to Dashboard > Product > Categories and enter the category editing mode. You will find there “Image for the category heading” http://prntscr.com/j5xv9z set the image there.

    If you have any questions feel free to contact.

    Best Regards

    #52746

    webtrend
    Participant

    Sorry, i have another question, how to change the color of fonts on header category. Thanks in advance.

    #52771

    Hello,

    Please add this CSS code to Theme Settings > Custom CSS to change the color of the title

    .page-title.color-scheme-light .entry-title {
        color: #000000;
    }
    
    /*categories*/
    .category-nav-link .category-name {
        color: #000000;
    }
    
    /*number of products*/
    .color-scheme-light .category-nav-link .category-products-count {
        color: #000000;
    }
    

    Please change #000000 for your color.

    Best Regards

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