Home Forums WoodMart support forum Change Color on the Category menu

Change Color on the Category menu

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #241361

    imbacactus
    Participant

    Could you please let me know how I can change the color from black to other colors on the category menu or upload a generic image for all of the categories/store? Thank you
    https://i.imgur.com/0bE2WUt.png

    #241406

    Hello,

    You can change the font by means of Advanced typography option, which allows to choose the item from a drop-down or insert your custom CSS class. Please navigate to the Theme Settings > Typography > Advanced Typography.

    Here is the documentation providing more detailed instructions: https://xtemos.com/docs/woodmart/advanced-typography-settings/

    Best Regards

    #241557

    imbacactus
    Participant

    Thank you for your response, I am a bit confused though. These instructions are to change to font color & option, is this correct? I wanted to change the background color on the category bar which is currently set to black or place a generic image for all categories & the shop page (e.g. https://i.imgur.com/Jarg6od.png). Could you please let me know how to change that? Thank you

    #241613

    Hello,

    Sorry, your site is under maintenance I cannot view it. Please provide the site admin access to the private area I will provide custom CSS, you mentioned color and did not mention the background, I misunderstood you.

    Best Regards

    #241886

    imbacactus
    Participant

    Hello, please find attached the admin access info in the private content. If possible you can alter the color to the following: efd9c3, but it would be nice to able to alter it. Thank you for your help!

    #242035

    Hello,

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

    body .page-title-default {
        background-color: red;
    }

    If you need to change the color of the categories, use this custom:

    body .color-scheme-light .category-nav-link:hover,
    body .color-scheme-light .category-nav-link{
        color: yellow;
    }
    body .category-nav-link .category-name:after{	
        background-color: yellow;
    }

    Set the color as per your needs.

    Best Regards

    #242064

    imbacactus
    Participant

    Thank you this works perfectly!

    #242206

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

    Best Regards

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