Home › Forums › WoodMart support forum › Fixing some Issues › Reply To: Fixing some Issues
Bogdan Donovan
Hi,
You can change any site text via typography option by using predefined selector or with custom selector like shown on the video (https://gyazo.com/a399707a58a51763d53ad8c5d2742e37), also if you are want to use different text with same typography parameters (font-family, font-weight, etc.) you can create combined selectors by separating it with coma “,” (https://prnt.sc/11fi265).
Below I will list custom selectors for text that you indicated. Also issue with predefined typography selector like product title will be fixed in the next theme update.
1. body .products .product-grid-item .wd-entities-title
2.1 Custom selector for advanced typography: body .product-image-summary .wd-product-brands a
.
2.2 Custom code for single product brand positioning:
body .product-image-summary .wd-product-brands {
float: none;
margin-left: 0;
}
body .product-image-summary .wd-product-brands a {
display: block;
padding: 0;
min-height: auto;
background-color: #FFF;
box-shadow: none;
}
body .product-image-summary .wd-product-brands a:hover {
box-shadow: none;
}
3. body .wd-products-tabs .tabs-name
4. body .slider-title
5.1 Icon can be changed via custom CSS. Upload the desired icon to the media gallery, and we will provide required code for you
5.2 Custom selector for advanced typography: body .page-title .wd-btn-show-cat
(http://prntscr.com/11fjcwu)
6. Custom code:
body .wd-side-hidden .wd-nav-mob-tab>li>a {
background-color: #edb291;
color: #FFF;
}
body .wd-side-hidden .wd-nav-mob-tab>li.wd-active>a {
background-color: #D89D7C;
color: #FFF;
}
7. Unfortunately, there is no such option in our theme.
Kind Regards