Change color (categories)?

Posted in: Newspaper
Post count: 9

How to change that color -> https://i.imgur.com/k45wKj4.png

Aslo colot changing doesnt work here -> https://i.imgur.com/EN2YBPZ.png

Post count: 27744

Hello,
You can change the color of the background categories from Big Grid Flex or Flex Block, with tagDiv Composer, by selecting the block and edit it, like this => https://www.screencast.com/t/wOJcbYRwVa. Whether you have Block or Big Grid, this change can only be done with custom CSS, as example=> https://www.screencast.com/t/GSda9AOQ, can insert the code in Theme Panel -> Custom Code -> Custom CSS => https://www.screencast.com/t/3ZdyZTxpm
.td_block_big_grid_3 .td-post-category {
background-color: red;
}

Normally the setting should apply, I checked and it works.=> https://www.screencast.com/t/ZDgUnerZQ. Please do a test with a new block and see if the changes apply, if not make sure that there isn’t a plugin conflict.

Hope this helps you!

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.