Home Forums WoodMart support forum Font change

Font change

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

    hazem_bdr
    Participant

    Hello
    can you please advise for how to change font in search menu and categories under product in main page, please check attached.
    thanks

    • This topic was modified 7 months, 1 week ago by hazem_bdr.
    Attachments:
    You must be logged in to view attached files.
    #498826

    Hello,

    Thank you very much for choosing our theme and for contacting us.

    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

    #499271

    hazem_bdr
    Participant

    Hi
    i mean the transparent of marked items what is the name in settings it

    #499489

    Hello,

    Could you provide the page URL and screen of what you want to change? I compare the site and screen and they are the same.

    Best Regards

    #499514

    hazem_bdr
    Participant

    Hello
    screenshot provided in post before the url is https://store.dcskw.com/ also screen shot attached

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

    Hello,

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

    body .product-grid-item :is(.wd-product-cats,.wd-product-brands-links) a {
        color:red;
    }
    body .wd-search-cat>a>span {
    color:red;
    }
    @media (min-width: 769px){
    body .searchform.wd-with-cat input[type="text"]::placeholder {
        color: red !important;
    }
    }

    Best Regards

    #500406

    hazem_bdr
    Participant

    Thank you
    done

    #500469

    You are welcome!

    Wish you a wonderful day!

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

The topic ‘Font change’ is closed to new replies.