Home › Forums › WoodMart support forum › Make a transparent background
Make a transparent background
- This topic has 10 replies, 3 voices, and was last updated 7 years, 1 month ago by Bogdan Donovan.
Viewing 11 posts - 1 through 11 (of 11 total)
-
AuthorPosts
-
December 2, 2017 at 3:37 am #26678
JessParticipantCan you please make a transparent background like this? ( handmade theme )
Attachments:
You must be logged in to view attached files.December 2, 2017 at 4:31 am #26681
JessParticipantHow to change four font size?
Attachments:
You must be logged in to view attached files.December 2, 2017 at 6:51 am #26687
JessParticipantHow to change product page font size?
Attachments:
You must be logged in to view attached files.December 2, 2017 at 8:25 am #26701
Artem TemosKeymasterHello,
Please, provide us a link to your website so we can prepare some CSS fixes for you.
Thank you
December 2, 2017 at 1:44 pm #26750
JessParticipantPlease find private content.
December 2, 2017 at 3:42 pm #26773
Bogdan DonovanKeymasterTry 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
December 3, 2017 at 1:37 am #26829
JessParticipantAll 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.December 3, 2017 at 7:29 am #26834December 3, 2017 at 9:22 am #26844
Artem TemosKeymasterHi,
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
December 3, 2017 at 2:00 pm #26872
JessParticipantAll works. Thank you so much!
December 3, 2017 at 2:37 pm #26874
Bogdan DonovanKeymasterYou are welcome!
-
AuthorPosts
Viewing 11 posts - 1 through 11 (of 11 total)
- You must be logged in to create new topics. Login / Register