Hi
Is it possible to change the color of the “search event bar” in the listview of the events calendar?
Now it has this awful “blue” color and i would like to set it green…
https://www.ringdorpdreischor.nl/activiteiten/
Greetz
Karin
Hey CatharinaLeloux,
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
.tribe-common .tribe-common-c-btn {
background-color: #002f14;
}
If you need further assistance please let us know.
Best regards,
Victoria
Hi Vioctoria
It works perfectly; tnank you ever zo much..
Do you have a code voor the magnifier as well?
In the end i have a last issue..
I want the titles of the upcoming events ( at the left ) in green; the same as countdown title..
Do you have a code for that as well?
Greetz
Karin
Hi,
Add this to quick css:
h4.av-upcoming-event-title{
color:green!important;
}
Best regards,
Jordan Shannon