Ajax dropdown background color

Posted in: Newspaper
Post count: 15

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!

https://share.getcloudapp.com/xQugrjG4

Post count: 18283

Hello !

The fonts can be changed from here: https://www.screencast.com/t/ZUFtq3Mr Unfortunately the colors cannot be edited.

Thank you !

Post count: 15

Can I do it with css please? My active/hover state is currently white over white which is completely unreadable.

Post count: 18283

Hello !

Please provide a link to your website in order to inspect and see what can be done.

Thank you !

Post count: 15

Sure – it’s all of the multi-category blocks on this page: https://coronaviruswatch.com

Post count: 18283

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 !

Post count: 15

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;
}

Post count: 2

How to change for each different modules ? From that custom CSS it worked but changes to all modules. I have white and blue background.

Post count: 35449

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!

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