Home Forums WoodMart support forum Help with some customization.

Help with some customization.

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

    Blaq
    Participant

    Hey Elise, do you mind providing me with relevant code or instructions for this queries?

    _ I have an issue with the cart icon on shop page, specifically the quick add to cart… You helped me change them to a bag before now they have gone back to the cart… Help? http://prntscr.com/lqiajq

    _ CSS code to reduce font size of ‘you may also like’ http://prntscr.com/lqi9b5

    _ CSS code to change images of page titles on pages… And reduce font size also. http://prntscr.com/lqi7xv

    _ i also want to remove the person icon on (my account / login/register) on mobile navbar. http://prntscr.com/lqibic

    _ how can i also change the font family of products on the shop page on desktop… Seems the code for changing it on mobile doesn’t work on desktop. http://prntscr.com/lqica8

    _ Lastly is it possible to get a css code that will increase the line height of the Text font (
    Set your typography options for body, paragraphs.)

    #93874

    Hello,

    1. issue with the cart icon on shop page Please add this code to the Theme Settings > Custom CSS > Global

    .product-grid-item .woodmart-buttons .woodmart-add-btn>a:before {
    	content: "\f120";
    }

    2. All the fonts sizes, colors, line height can be configured in the Theme Settings > Typography > Advanced Typography. You can find detailed instructions here: https://xtemos.com/docs/woodmart/advanced-typography-settings/

    3. The image on the title is set in the page option. https://xtemos.com/docs/woodmart/options-for-pages/

    4. In order to hide the icon on the mobile menu, add this code to the Theme Settings > Custom CSS

    .site-mobile-menu .menu-item-my-account>a:before, .site-mobile-menu .menu-item-register>a:before{
    	display:none!important;
    }

    Best Regards

    #93991

    Blaq
    Participant

    Thank you Elise… Looks good 🙂

    #94029

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Help with some customization.’ is closed to new replies.