Hi,
on this page: https://www.finansforbundet.no/tillitsvervet/geografiske-avdelinger/
and the sections using accordion: https://www.finansforbundet.no/tillitsvervet/geografiske-avdelinger/#tab-id-1
I would like to colorize the active tab and also have a hover over the next tab colorchange.
Hey dalboslampen,
I have checked both pages, however I can’t view it since it requires password to view the page.
Best regards,
Nikko
;) Sorry!!
PW in private message
Hi,
Thanks, try adding this css code in Quick CSS (located in Enfold > General Styling):
#top p.toggler.activeTitle {
background-color: #124d91 !important;
}
#top p.toggler:hover {
opacity: 0.8 !important;
}
Hope it helps :)
Best regards,
Nikko
Hi,
I do think I wrongly has called this accordion. I belive its “Tabs”
The css you provided does not affect nor accordions or tabs on this page.
This is what I would like to change:
Hi again,
Again I mislead – so sorry!
Your code did alter the accordions. Now it´s just the Tabs left ;)
Hi,
No worries, you can use this css code for it:
#top .tab_titles .tab.active_tab {
background-color: #124d91 !important;
color: #fff !important;
}
#top .tab_titles .tab:hover {
background-color: #ccc !important;
}
Just change the colors as you see fit :)
Best regards,
Nikko