Block Title

Posted in: Newspaper
Post count: 497

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

https://ibb.co/v4J7hdc

Post count: 35449

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.

Post count: 497

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.
Post count: 35449

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!

Post count: 497

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?

https://ibb.co/XkL1Z6X

Post count: 497

As you see that in this pic there are no option to set the block fonts size. Please help me to do so….

Post count: 35449

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.

Post count: 497

Dear, can I put the border in the woocommerce products as the recent products, on sale products, etc.

Post count: 35449

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!

Post count: 497

Thanks the post helps me a lot. Can I put the border around the woocommerce categories like the products???

Post count: 497

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;
}

Post count: 497

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

https://ibb.co/QPj5dMp

Post count: 35449

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!

Post count: 497

Dear, I want to have the border on the shop page, but I don’t want to appear during opening of the page. Hope you understand better this time.

Post count: 35449

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!

Viewing 15 posts - 1 through 15 (of 15 total)
The forum ‘Newspaper’ is closed to new topics and replies.