How can I change the color of the readmorebuton if hovering, template Design Control?
Readmorebuton
/templates/design_control/css/template.css
p.readmore a:hover, .readon_highlight1:hover, .readon_highlight2:hover {
color:#ffffff !important;
-webkit-transition: all 300ms ease-in;
-moz-transition: all 300ms ease-in;
-o-transition: all 300ms ease-in;
transition: all 300ms ease-in;
}
pavit
Thanks, Pavit. I tried that already before I askes my question on this forum, but what you propose only changes the textcolor. I want to change the butoncolor. So the result I wanna get is: if I hover the readmorebuton, the buton changes already from color, but just that color I wanna change.
webredactie
I still succeeded in the meantime, by adding these lines at template.css:
#s5_component_wrap p.readmore a:hover {
margin-top:16px;
display:inline-block;
margin-bottom:26px;
background-color:#c00d0d !important;
}
So this issue can be closed.
pavit locked the discussion.