Change text color in Elements

Posted in: Newspaper
Post count: 187

Is it possible to change text color only in one section?

Like here for example: https://brandinginasia.com/wp-content/uploads/2018/02/Screen-Shot-2018-02-02-at-7.29.10-PM.png

Thanks 🙂

Post count: 23312

Hello bobbymc,

You can change this color from page builder from CSS rule from here -> https://www.screencast.com/t/GVXWPpwZ After this change, clear all the caches and check the results.

Thanks for the message!

Post count: 187

Right got that. But how can change the text color – to white for example?

Post count: 187

Only in that section.

Post count: 23312

Hello,

If you want to change the module title for this block, notice that you should use a bit of CSS code to do this.

.td_block_1 .td-module-title a{
color:red;
}

Thanks for your understanding!

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