Custom color in blocks and use block styles from different templates

Posted in: Newspaper
Post count: 1

Hi,
Newspaper is a very good theme. But I am facing a problem, I am not able to change the text color of texts in blocks. And there is no option to change the text color for block excerpts as well. I want to change text colors. The second thing is: same blocks used in different templates have different styles. For example block 9 in default demo has a different style than in block 9 of the template: gadget. Can I use block styles of different styles by just installing the only template? I want clear instructions on how I can solve this issues.
Thanks

Post count: 23312

Hello dailyfulki,

First of all, I will thank you for choosing our theme! If you want to set up some custom colors for a certain block, notice that you should do this from custom CSS code. Below I gave you a simple example for a certain block which I gave it a custom class -> https://www.screencast.com/t/H7okwk0FH

The code is ->

.my_block .td-excerpt{
color:red;
}

Also, if you will check the Style tab you will see there a lot of option that allows you to customize your block as you wish.

Please keep in mind that each demo his own style and that’s why the block 9 is different. If you like this skin you should import the Gadget demo and then, for block 9 you will have that style. Notice that you can customize each block you want using such a Custom CSS code but if you are not aware of the steps which are needed to take in this case, please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry!

Thanks for the message!

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