Home Forums WoodMart support forum CSS for dropdown

CSS for dropdown

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

    dunies
    Participant

    Hello,

    Can you please tell me what is the css string so I will change the font to the woocommerce dropdown? Please see shot.

    #293186

    Hello,

    Sorry but currently I am unable to see the screenshots you attached. Please make sure that you attached them correctly to check it myself and help you out accordingly.

    Best Regards.

    #293192

    dunies
    Participant
    #293229

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS. And see if this works for you otherwise it requires Customizations.

    .variations_form .variations .value select {
        font-family: san-serif !important;
    }
    
    .value {
        font-family: san-serif !important;
    }

    Best Regards

    #293381

    dunies
    Participant

    This fixed the issue. Thank you!

    #293449

    dunies
    Participant
    #293515

    Hello,

    You are Most Welcome.

    We are Glad that one of your issues has been resolved.

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .woocommerce-ordering select {
        font-family: sans-serif !important;
    }

    And see if this works for you otherwise it requires Customizations.

    Regards.
    Xtemos Studios

    #293529

    dunies
    Participant

    Thank you very much! This worked as well!

    #293552

    Hello,

    We are thrilled that you loved your experience with XTEMOS,We put customer experience and satisfaction as our priority, and your words reaffirm the hard work we put in every day.
    So thanks for your kind words and we look forward to seeing you again.

    Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.

    Have a wonderful day.

    Topic Closed.
    Best Regards.

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

The topic ‘CSS for dropdown’ is closed to new replies.