Change text color here only on one section

Posted in: Newspaper
Post count: 17

Hi Guys

How can I change the color only on one section?
Like this:
https://imgur.com/a/4sZxHpB
https://imgur.com/a/UG0K5CN

Thx kind regards

Post count: 35449

Hi,

Yes, if the section is set with tagDiv Composer, then you can edit it and change the color how you want.
Flex Block Settings Guide -> https://forum.tagdiv.com/flex-block-settings-guide/

Thank you!

Post count: 17

Hi

Thx for the feedback. The block there is not a flex box so i don’t have in the style section the color avaible. It’s block4. Is it there possible? I just want to make that section with white text.

Regards
Fitim

Post count: 35449

Hi,

Unfortunately, only the flex elements have these options, sorry!
You can change the block 4 with flex blocks 1 or you can use a custom css like this one
.td_block_4 h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a,
.td_block_4 .td-post-author-name a,
.td_block_4 .td-post-date,
.td_block_4 .td-excerpt {
color: #fff;
}

The code will apply on all block 4 and will make the text in #fff.
The code must be set in Theme panel> Custom code> Custom css

Thank you!

Post count: 17

Hi

Thx just changed it to the flex box, i think thats the easiest way to do 🙂

Great job you did here guys

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