Home Forums WoodMart support forum Mobile Customization

Mobile Customization

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

    Wlonka
    Participant

    Where can I change the marked fonts (see attachments) and get rid off the cart button

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

    Hello,

    I saw the screenshot you attached.

    To change the text you need to install and use the loco translate plugin.

    Your path will be Loco Translate >> Themes >> Woodmart.

    You can also watch the video in our detailed documentation in the following link: https://www.youtube.com/watch?v=D3NsDdMzsls

    And you can remove the links from the menu from Appearance >> Menus.

    If you are trying to ask anything else then please provide with some relevant screenshots of the specific area to check it myself and help you out accordingly.

    Best Regards.

    #254659

    Wlonka
    Participant

    thanks for your response. i want to change the appearance of the word in the mobile menu or more specifically i want to use fonts out of my connected adobe typekit. And could you please tell me the exact path and menu option which i have to turn of in order to get rid of the shopping cart icons on the product preview pictures.

    #254666

    Hello,

    You are Most Welcome.

    You can try using the advanced typography settings under Theme Settings for the fonts.

    You can read our detailed documentation in the following link:
    https://xtemos.com/docs/woodmart/advanced-typography-settings/

    And for the “Shopping cart icons on the product preview pictures.” please provide a relevant screenshot of the specific area to check it myself and help you out accordingly.

    Regards.
    Xtemos Studios.

    #254691

    Wlonka
    Participant

    I mean that button (see attachment)

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

    Wlonka
    Participant

    I managed to change the font of the mobil menu. thanks a lot. but how do i change the marked font type in the search bar. could u maybe give me the custom selector needed.

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

    Hello,

    I saw the screenshot you attached.

    1) Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.

    .woodmart-hover-quick .woodmart-add-btn {
    	display: none;
    }

    2) And for the search placeholder text try adding the following Custom CSS in the Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.

    .mobile-nav .searchform input[type="text"]::placeholder {
    	font-family: "Montana", Arial, Helvetica, sans-serif;
    	font-size: 25px;
    }

    Regards.
    Xtemos Studios.

    #254894

    Wlonka
    Participant

    thanks a lot that worked out beautifully. Would you be so kind and explain to me the difference between the Custom CSS for mobile landscape and the Custom CSS for mobile
    section

    #254898

    Hello,

    You are Most Welcome.

    The Custom CSS for the Mobile area affects the mobile and the Custom CSS for Mobile Landscape affects only the landscape mode in mobile.

    Regards.
    Xtemos Studios.

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