2807georg
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Link for Organizier in single viewI’m sorry it didn’t help me because I have the free version … But thank you anyhow! – Greetings – Georg
I forgot to mention, that it is solved …
Thank you very much for the quick answer and the perfect solution! All the best – Georg
Forum: Plugins
In reply to: [The Events Calendar] blue outline on all buttonsIt’s true that you don’t see the blue border anymore because I removed every single of them with css. What I’m looking for is a way to remove all blue borders around active menu entries with one code entry. The way I remove them in the moment is i.e.
/* keine blauer Rand um Search-Box beim Anklicken */
.tribe-common-c-btn.tribe-events-c-search__button {
outline-color: white !important;
}/* kein blauer Rand bei Datumsauswahl */
.tribe-events button.tribe-events-c-top-bar__datepicker-button:focus
{
outline: white;
}
Thanks and greetings – Georg