When I change the colours using the “appearance” menu, nothing happen on the the website. I already try to clean the cache of the website and browser. thank you
Jan 25,2022 AT 2:10PM - 3 years ago -Hello,
Please go to EventON > Scripts & Styling > turn off Write styles to header > save settings > turn on Write styles to header.
If that does not work, please let us know exactly which areas you want to change color and we will take a look.
Also, it seems that you have opened other duplicate tickets, I am going to go ahead and close them.
Hello, thanks for your answer,
Following your instruction I could change some coulours.
Unfortunately I could not change what I need to.
I use the Event List (or Event list extended) with an event sorting menu on top of the list.
This sorting option is not very visible, that’s why I would like to work on the colours
The button “tipo di disciplina” has not a own background coulor in the normal state (just light grey as the surrounding area), but has his own beckground coulor in the hover state (a darker grey). See pictures.
I woud like to be able to control these background coulours to make the button more visible in the normal state.
In that case, you can use some custom CSS code to change the background of the sorting option:
Please add this CSS code to EventON > Styles (If you don’t see any change, EventON > Scripts & Styling > turn off Write styles to header > save settings > turn on Write styles to header):
.eventon_filter_line .filtering_set_val{backgroud-color:grey; color:#fff;}
Thanks,
I tried and I could change the font coulor, but not the background colour.
I also condidered the instructions at
https://docs.myeventon.com/documentations/change-css-calendar/
so i tried to include class names of parents but it does not work, and also add the word !important as advised.
so I used the code:
.eventon_sorting_section .eventon_filter_line .filtering_set_val{backgroud-color:#ff0000;!important;color:#8de03a}
Inspecting the element in the browser: see picture
Hello,
Sorry, there was a typo on the code. Please use:
.eventon_filter_line .filtering_set_val{background-color:grey !important; color:#fff;}
Done. Thanks so much.
Giampaolo
We are glad your issue is resolved, if you have any further questions or concerns please create a new ticket.
If you have a moment, we would greatly appreciate if you could kindly leave us a review at codecanyon! from your account > downloads. Cheers!
Notifications