Home Forums WoodMart support forum Open questions – top icons and product image side title

Open questions – top icons and product image side title

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

    sg5
    Participant

    Hi,

    1) How can we increase the icons for the account and the shopping cart – but without making the header larger – we would like to just increase the size of the icons a little bit (see screenshot)?

    2) How can we add a text below or on the left side next to the product images (see screenshot)?

    Thanks

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

    Hello,

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

    .wd-header-cart .wd-tools-icon:before {
        font-size: 20px;
    }
    
    .wd-header-my-account .wd-tools-icon::before {
        font-size: 20px;
    }

    Please change the font-size as per your needs.

    Best Regards

    #339855

    sg5
    Participant

    Hi,
    Thanks, and what about question 2)?

    #340072

    Hello,

    WoodMart does not have such option.
    We recommend the Toolset plugin: https://xtemos.com/docs/woodmart/faq-guides/building-custom-woocommerce-sites-with-toolset/

    Best Regards

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