Tagged: hover state
On the first page below, I’d like to have a hover state (different color) on the text headings “ONSDAG, TORSDAG…” but am not sure where to set that. Also would like a hover state on the “program”page film titles (24 JOURS, etc) in the second link. Can you help me with this?
thanks
N
Hey N!
Please turn on custom CSS field for ALB elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and give your textblock element a custom class and then add following code to Quick CSS
.avia_textblock.your-custom-class a:hover { color: orange; }
h3.grid-entry-title.entry-title a:hover { color: orange!important; }
Cheers!
Yigit
Great. I have turned on the custom css and have named my textblocks “day”
then added “.avia_textblock.day a:hover { color: orange; }” but can’t see it working on this page:
http://www.cjff.dk/portfolio/kalender/
?
Hey!
Please change the code to following
.avia_textblock.day a:hover span {
color: orange!important;
}
Best regards,
Yigit
that did it thanks!
N