I’m trying to change the block color but did not have success.
I tried to change this block but could not change all elements.
print screen
I used this at custom CSS:
.teste .td-block-title > *{
color:white!important;
background-color:#8224e3 !important
}
.teste .td-read-more > *{
color:white!important;
background-color:#8224e3 !important
}
Should I keep trying to change each element or there is some way to change everything at once?
If i have to change one by one, how to change the other elements?
Hello Jode,
First of all, try to make these changes directly from TD Composer and then you should use the Inspector Browser to check the classes and create your own CSS code which has to be added in Theme panel -> Custom CSS area. Notice that all of these involves doing such a custom work and we cannot provide something like this at the moment, sorry! You can check here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Thanks for your understanding!
Hello Jode,
As an example, all of the style which can be changed from TD Composer can do it from here -> https://www.screencast.com/t/VaD6rTajtU
Thanks.
Hello Jode,
Sorry, I sent the wrong screen. Please check here -> https://www.screencast.com/t/4wPeoQPe
Thanks.