Home Forums WoodMart support forum Make a transparent background

Make a transparent background

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #26678

    Jess
    Participant

    Can you please make a transparent background like this? ( handmade theme )

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

    Jess
    Participant

    How to change four font size?

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

    Jess
    Participant

    How to change product page font size?

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

    Artem Temos
    Keymaster

    Hello,

    Please, provide us a link to your website so we can prepare some CSS fixes for you.

    Thank you

    #26750

    Jess
    Participant

    Please find private content.

    #26773

    Bogdan Donovan
    Keymaster

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue. To place the content of the banner in the center, please use the positioning options of the promo banner element.

    /* promo-banner background */
    
    .promo-banner .content-banner {
    	background-color: rgba(255,255,255,0.5);
    	padding: 20px;
    	max-width: 70%;
      margin: 0 auto;
    }
    
    /* 1 */
    
    .navigations-inner .menu-opener {
    	font-size: 16px;
    }
    
    /* 2 */
    
    .navigations-inner .vertical-navigation .item-level-0>a {
    	font-size: 16px;
    }
    
    /* 3 */
    
    .nav-shop .category-nav-link .category-name {
    	font-size: 16px;
    }
    
    /* 4 */
    
    .nav-shop .category-nav-link .category-products-count {
    	font-size: 16px;
    }
    
    /* remove product tabs */
    
    .single-product-page .woocommerce-tabs .wc-tabs {
    	display: none;
    }
    
    /* single product title size */
    
    .single-product-page .summary-inner .entry-title {
    	font-size: 30px;
    }
    
    /* single product short description size */
    
    .single-product-page .summary-inner .woocommerce-product-details__short-description {
    	font-size: 16px;
    }
    
    /* single product description size */
    
    .single-product-page .entry-content {
    	font-size: 16px;
    }

    Regards

    #26829

    Jess
    Participant

    All works! Thank you very much!
    and I would like to change this to 16px, please.

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

    Jess
    Participant

    Please find attachments.

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

    Artem Temos
    Keymaster

    Hi,

    Here is a code snippet for this

    div.woodmart-title-size-small .woodmart-title-container {
        font-size: 18px;
    }
    
    div.woodmart-products-tabs .products-tabs-title li {
    	font-size: 16px;
    }
    
    div.product-grid-item .product-title {
    	font-size: 16px;
    }

    Regards

    #26872

    Jess
    Participant

    All works. Thank you so much!

    #26874

    Bogdan Donovan
    Keymaster

    You are welcome!

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