Home Forums WoodMart support forum Custom Fonts

Custom Fonts

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #631356

    shweta
    Participant

    Hello team,

    01. I want to set a sticky header with a white background and dark text on the scroll.
    02. I’m uploading a custom font (Articular Light) to my website, but it’s not reflecting properly.
    03. I want to display the regular price and sale price in different colors. For this, I am creating custom PHP code.

    kindly find the font family

    Best

    #631491

    Hung Pham
    Participant

    Hello shweta,

    Thanks for reaching to us.

    To assist you in the best possible manner, I kindly ask that you please provide me temporary wp-admin info (wp-admin URL, username, password) and screenshots that illustrate the problem to the Private Content area, this will allow me to thoroughly investigate and address your concerns more efficiently.

    Best Regards,

    #631550

    shweta
    Participant

    hello,
    find the login details in the private section

    #631944

    Hung Pham
    Participant

    Hello shweta,

    Admin credential is incorrect, please check again. https://ibb.co/ctJKpqM

    Regards,

    #631951

    shweta
    Participant

    The password is correct I have checked

    #632177

    Hung Pham
    Participant

    Hello shweta,

    It worked, thank you.

    01. Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    .whb-sticked .whb-color-light:not(.whb-with-bg) {
        background-color: #fff;
    }
    
    .whb-sticked .wd-nav[class*="wd-style-"]>li>a,
    .whb-sticked .wd-nav[class*="wd-style-"]>li:is(.wd-has-children,.menu-item-has-children)>a:after,
    .whb-sticked .wd-nav[class*="wd-style-"]>li:hover>a,
    .whb-sticked .wd-header-cart .wd-tools-icon:before{
        color: #333;
    }

    02. Please refer to documentation article for more details https://xtemos.com/docs-topic/how-to-upload-custom-fonts/

    03. Navigate to Theme Settings > Typography > Advanced. In this area, you can assign elements to below Custom Class:

    del span.amount and span.price ins

    Please refer to our documentation https://xtemos.com/docs-topic/advanced-typography-settings/

    Regards,

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