Home Forums WoodMart support forum Changing image on page banner

Changing image on page banner

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #244665

    Curious
    Participant

    Hello,

    I have tried to change the image on the banner, but it doens’t change it. I don’t know what is wrong. It has always worked.

    I did it here: Theme settings > page title > PAGE TITLE COLOR AND BACKGROUND

    Kind regards
    Hafsah

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

    Hello,

    The image for the shop page is changed on the page directly: https://xtemos.com/docs/woodmart/options-for-pages/

    If you want to set a separate image on each category, enter each category and set the image, otherwise, categories would inherit the shop page settings. https://xtemos.com/docs/woodmart/product-category-menu/

    Best Regards

    #244923

    Curious
    Participant

    Amazing, thank you!

    #244926

    Curious
    Participant

    How to I change the grey color to black? (circled in the picture)

    Kind regards

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

    Hello,

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

    body .color-scheme-light .category-nav-link .category-products-count {
        color: white;
    }
    body .woodmart-product-categories .category-nav-link {
        color: white;
    }

    Best Regards

    #245163

    Curious
    Participant

    Oh, thank you. It worked!
    How do I change the color on the grey tekst? See attached

    kind regards

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

    Hello,

    Please provide your page URL I will give you CSS.

    Best Regards

    #245307

    Curious
    Participant

    It is in the Private Content area 🙂

    Kind regards

    #245357

    Hello,

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

    body .category-nav-link .category-products-count {
        margin-top: 5px;
        color: #ffffff;
    }

    Best Regards

    #245380

    Curious
    Participant

    Perfekt! Thank you!

    Kind regards

    #245451

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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