Tagged: link text
Hi,
I’ve tried to change the colour in the link text of a toggle through quick css with this code:
/* Tab content link text */
.my-custom-tabs .toggle_content a {
color: #9ec346!important;
}
But it isnt working. Any ideas why it isnt’? Thanks Rob
Hey Volgspot,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.av-minimal-toggle .toggle_content a {
color: #9ec346 !important;
}
If you need further assistance please let us know.
Best regards,
Victoria
Thanks! That works.