Where can I change button color for the Block 24?

Posted in: Newspaper
Post count: 364

?❄ Happy New Year! ?❄
Screenshot – https://prnt.sc/we1oi9
Couldn’t find button color option in style and css sections
style – https://prnt.sc/we1pa0
css – https://prnt.sc/we1pk4
I want to set background color = Red
Could you explain?

Post count: 27744

Hello,

This option isn’t implemented in the Block, you can do these changes if you use the Flex Block 1, which have the same structure of Block 24.

To change the color, you need to add the custom code in Theme Panel -> Custome Code -> Custom CSS => https://www.screencast.com/t/fdQ8qsNzqgeC -> https://www.screencast.com/t/gFyPSpYTK8.

The code is:

.td_block_24 .td_module_19 .td-read-more a
{
background-color: red;
}

and for hover is:

.td_block_24 .td_module_19 .td-read-more a:hover
{
background-color: blue !important;
}

Hope this helps you!

Thank you!

Post count: 364

it works! thanks for the support!

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