Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1282436

    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

    #1282513

    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

    #1282597

    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

    #1282728

    Hi,

    Add this to quick css:

    h4.av-upcoming-event-title{
    color:green!important;
    }

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.