Home Forums WoodMart support forum change font size

change font size

Viewing 30 posts - 31 through 60 (of 63 total)
  • Author
    Posts
  • #31054

    Artem Temos
    Keymaster

    Try to add the following code snippet to the Custom CSS area in Theme Settings to do this

    .price ins {
    	display: none;
    }
    
    .price del {
    	color: #83b735!important;
    	text-decoration: none;
    	font-weight:bold;
    } 
    #31110

    Jess
    Participant

    Happy new year and great thanks!

    .price del {
    	color: #83b735!important;
    	text-decoration: none;
    	font-weight:bold;
    }

    1. This code does not work.
    2. I would like to remove “sale label”.

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

    Artem Temos
    Keymaster

    1. Could you please provide us a link where we can see this code added? It works correctly for us.

    2. You can remove it with this code

    .onsale {
    	display: none!important;
    }

    Regards

    #31129

    Jess
    Participant

    sale label removed, thank you.
    please find Private Content.

    #31134

    Artem Temos
    Keymaster

    Replace previous CSS code with this one

    .price del .amount {
    	color: #83b735!important;
    	text-decoration: none;
    	font-weight:bold;
    }
    #31175

    Jess
    Participant

    Thank you so much, code works!
    Price in cart can not display, please find attachment.

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

    Artem Temos
    Keymaster

    Try to add the following CSS code also

    .quantity ins {
        padding: 0;
          background-color: transparent;
    }
    #31731

    Jess
    Participant

    Please find attachment, can you please fix that?

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

    Artem Temos
    Keymaster

    Hi,

    Sorry, but WooCommerce emails are not related to our theme. You need to contact plugin’s developers if you think that you have found some bug in the plugin.

    Regards

    #31746

    Jess
    Participant

    ok, thanks!

    #31767

    Artem Temos
    Keymaster

    You are welcome!

    #32426

    Jess
    Participant

    Please hide higher price on mobile device.

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

    Bogdan Donovan
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    body .product.single-product-content .price,
    body .product-grid-item .price {
    	font-size: 0;
    }
    
    .single-product-content .price .amount {
    	font-size: 30px;
    }
    
    .product-grid-item .price .amount {
    	font-size: 18px;
    }
    
    .single-product-content .price .amount + .amount,
    .product-grid-item .price .amount + .amount {
    	display: none;
    }

    Regards

    #32592

    Jess
    Participant

    Code works, thank you so much!
    There should be space between product images, please find attachment.

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

    Bogdan Donovan
    Keymaster

    Try to add the following code snippet to the Mobile Custom CSS area in Theme Settings to fix this issue.

    .related-and-upsells .elements-grid.products {
    	margin-left: -5px;
    	margin-right: -5px;
    }
    
    .related-and-upsells .elements-grid.products .product {
    	padding-left: 5px;
    	padding-right: 5px;
    }

    Regards

    #33301

    Jess
    Participant

    Please find attachment.

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

    Artem Temos
    Keymaster

    Use the following code

    div.swatches-select .colored-swatch, div.swatches-select .image-swatch {
    	width:24px;
    	height: 24px;
    	line-height:24px;
    }
    #33309

    Jess
    Participant

    It is working, thank you!

    #33312

    Artem Temos
    Keymaster

    You are welcome 🙂

    #33825

    Jess
    Participant

    Find attachment, please!

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

    Artem Temos
    Keymaster

    Try this CSS snippet

    .popup-quick-view .entry-summary .entry-title {
        font-size: 18px!important;
    }
    #34045

    Jess
    Participant

    Please find two attachments.

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

    Artem Temos
    Keymaster

    Here is a code to change the font size

    h4.woodmart-sizeguide-title {
        font-size: 18px;
    }

    Unfortunately, you can’t change the icon easily.

    #34087

    Jess
    Participant

    Thank you, the icon is ok.

    #34132

    Artem Temos
    Keymaster

    You are welcome.

    #34505

    Jess
    Participant

    Please teach me how to show the cart widget side bar, the bar disappeared in cart.

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

    Artem Temos
    Keymaster

    You can enable this kind of the cart widget in Theme Settings -> Header -> Shopping cart widget -> Shopping cart position -> Hidden sidebar.

    Regards

    #34557

    Jess
    Participant

    Thank you so much! The scroll bar shows up in cat widget.
    Please find attachment.

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

    Artem Temos
    Keymaster

    Use this code snippet

    h3.slider-title {
    	font-size: 18px;
    }
    #38682

    Jess
    Participant

    Can I hide some categories on shop page and product page?

    Attachments:
    You must be logged in to view attached files.
Viewing 30 posts - 31 through 60 (of 63 total)

The topic ‘change font size’ is closed to new replies.