Home Forums WoodMart support forum header small logos/ shop-favourite-compare-account

header small logos/ shop-favourite-compare-account

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

    Mert
    Participant

    How can I make them more bigger ? that I marked.

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

    Hello,

    You need to have space enough to increase them with custom CSS. Configure your row appropriately in the row settings: https://xtemos.com/docs/woodmart/header-builder/header-rows-flex-layouts/ and https://xtemos.com/docs/woodmart/header-builder/header-rows-columns-configuration/

    As soon as you configure the height and width of the column, let me know if you need help with custom CSS.

    Best Regards

    #175839

    Mert
    Participant

    Can you please give me the custom css for increasing the size of the icons?

    #175862

    Hello,

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

    .woodmart-wishlist-info-widget .wishlist-icon:before {
        font-size: 30px;
    }
    .woodmart-compare-info-widget .compare-icon:before {
        font-size: 30px;
    }
    .woodmart-shopping-cart .woodmart-cart-icon:before {
        font-size: 30px;
    
    }

    Increase the font size as per your needs.

    Best Regards

    #175975

    Mert
    Participant

    I did it thanks. I want to increase the font size of the text that I marked How can ı DO THAT

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

    Hello,

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

    .wd-tools-element .wd-tools-text{
      font-size:30px;
    }

    Best Regards

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