Hi there – can you tell me how to style these elements (see link). The filters for my flex block and the rollover color of the links under “more”. Alternately, I if I can more easily change the background color of the ajax dropdown, that might work as well. Thanks!
Hello !
The fonts can be changed from here: https://www.screencast.com/t/ZUFtq3Mr Unfortunately the colors cannot be edited.
Thank you !
Can I do it with css please? My active/hover state is currently white over white which is completely unreadable.
Sure – it’s all of the multi-category blocks on this page: https://coronaviruswatch.com
Hello !
Unfortunately you can only change the colors for those ajax categories. You can use this css code: .td-subcat-filter .td-subcat-list a {
color: red;
}
.td-subcat-filter .td-subcat-dropdown span {
color:Red;
}
.td-subcat-filter .td-subcat-dropdown .td-subcat-more i {
color:red;
}
The code must be inserted here: https://www.screencast.com/t/J1Nxw5s5
Thank you !
That worked for the links – thank you!
If anyone else finds this thread and needs to change the dropdown background color, I figured it out using this in the custom css:
.td-subcat-filter .td-subcat-dropdown ul {
background-color: red;
border-color: red;
}
Hi santabazz
What you can do is to add on the blocks that you want to apply the css some extra class -> https://i.imgur.com/8rwrLDj.png -> https://i.imgur.com/l8NfO3R.png -> https://i.imgur.com/AIfxp2O.jpg
I hope this will help you!