I want to make the text of the block title somewhat bigger and bolder.
Also I want to change the block color of the blocks into different colors as Blue, Red, Green, etc
Please look at the pic
Hi,
In order to do that you need to edit the page and set for each block the title background color -> https://www.screencast.com/t/VdEfFYJLBBSr also on using the style from block you can change the font size -> https://www.screencast.com/t/msRNCf3paryc or you can change for all titles once from Newspaper>Theme panel>Theme fonts-> Modules and Blocks General -> https://www.screencast.com/t/dZoFdd2Ep5
Thanks.
Dear, I am not finding the block title font setting. Plz share me the pics from the latest update…
I have got the options in the theme fonts, but it would change the theme fonts of all block fonts, as I want to change the font size of each block font individually. Hope you understand this time….
-
This reply was modified 7 years by
great1212.
Hi,
In order to change the header blocks background color and fonts you need to edit with TagDiv Composer those pages, as I said above if you want to do for this individual for each header title background color -> https://www.screencast.com/t/VdEfFYJLBBSr also on using the style from block you can change the font individual for each header-> https://www.screencast.com/t/msRNCf3paryc
Thank you for your understanding!
Dear, these are the options available to me in the tdcomposer. Please look at this and suggest me how can I change the block text size?
Hi,
I think that you are not using a block and you are using the column text, if is so please check this ->https://www.screencast.com/t/zIvmOxi0
Hope this will solve your problem!
Thanks.
Hi,
Please check this topic about Solid border around Woocommerce products -> https://generatepress.com/forums/topic/solid-border-around-woocommerce-products/
Hope this will help you to achieve what you need!
Thank you!
Dear, I have used the custom CSS code for shade around the woocommerce products.
Plz check this css code that I have added to add the shade around woocommerce products.
.woocommerce #page-wrapper ul.products li.product, .woocommerce-page ul.products li.product {
margin: 0 13px 2.992em 0;
box-shadow: 0 0 15px #000 !important;
padding: 10px;
}
Dear, I have got one problem as the border also goes with opening the woocommerce products. How could I change this?
Plase look at this pic
Hi,
I took a look to your website and the borders are there wen you are on product https://www.screencast.com/t/tDXjJZhYym , if I do not understand well please provide me some more details.
Thank you for your understanding!
Hi,
In order to do that you’ll need to remove the
.type-product {
border: 2px solid #000;
}
from theme panel custom code, and set the border only on product blocks not on all class that have a type product
add this custom code
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product
{
border: 2px solid #000!important;
}
Hope this one will help you better!
Thank you!