Home Forums WoodMart support forum How to bold a category of text?

How to bold a category of text?

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #216898

    previna
    Participant

    I wanted to ask, how do you make only this place colored? I want it to be 600 bold. On the parent category. I leave an example

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

    Hello,

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

    .vertical-navigation .item-level-0:hover>a {
        background-color: #F9F9F9;
        color: #494949;
        font-weight:bold;
    }

    Change the styles as per your needs.

    Best Regards

    #217002

    previna
    Participant

    I don’t want to have a hover feature. I want it to be like an example, these 2 categories would be bold.

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

    Hello,

    Replace the code with this one:

    .vertical-navigation .item-level-0:hover>a {
        background-color: transparent;
        font-weight:bold;
    }

    Best Regards

    #217007

    previna
    Participant

    I need to always be on bold. And not how to touch. How to do it?

    #217008

    previna
    Participant

    I always want the bold feature to be on. Because I don’t like to be a hover.

    #217015

    Hello,

    Add this code as well:

     .vertical-navigation .item-level-0 >a {
        background-color: transparent;
        font-weight:bold;
    }

    Best Regards

    #217023

    previna
    Participant

    Now after entering the code I am all black. I would just like this category 2 bold.

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

    Hello,

    Please navigate to Appearance > Menu > Chose the category menu and insert a class in the menu item which you want to make bold. You will find the instruction on how to do it here: https://xtemos.com/docs/woodmart/create-menu-2/

    Best Regards

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