Home New Guten Forums WoodMart support forum WIDGETS ATTRIBUTES TEXT COLOR

WIDGETS ATTRIBUTES TEXT COLOR

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

    stamjoe
    Participant

    hello how can i change the color of the text in the widgets ?
    Please take a look at the printscreen
    Thanks

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

    Hello,

    You can change the font by means of the Advanced typography option, which allows you 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.

    #509113

    stamjoe
    Participant

    Hello there is no option in the Advanced Typography for that i need.
    can you send me a CSS?

    #509259

    Hello,

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

    .widget_layered_nav ul li a {
    color: red;
    }
    .widget_layered_nav ul .count {
    color: black;
    }

    Change the color as per your requirements.

    Best Regards.

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