This topic has 49 replies, 3 voices, and was last updated 10 years, 1 months ago ago by Eva Kemp
Please add this code.
.side-area-icon i:before, .menu-icon i:before{
background:#fff !important;
}
Regards,
Robert Hall.
Nope 🙁
For clarify. We talk about this? http://prntscr.com/50ms6z
Regards,
Robert Hall.
Yes. But it looks like this now with your css: http://79.170.44.106/chateauclinet.com/test.jpg
Hello,
Do you want to make the same color for the top side-area icon and hover color as well as for other buttons?
Could you please provide us with wp-admin panel credentials?
Thank you.
Regards,
Eva Kemp.
The icon doesn’t necessary have to rollover to a colour. It can stay white. It was just disappearing before when you hovered your mouse over it and now it looks even stranger. I would just like a static white icon please.
Hello,
Please try to use this code in custom.css file:
.side-area-icon i:before, .menu-icon i:before {
background: none !important;
}
.side-area-icon i:hover {
color: white !important;
}
Thank you.
Regards,
Eva Kemp.
Thanks Eva. But it’s still not hovering over correctly. It just disappears when you hover over it http://79.170.44.106/chateauclinet.com/
Hello,
Please try to use this code:
.side-area-icon i:hover:before {
color: white !important;
}
instead of this one:
.side-area-icon i:hover {
color: white !important;
}
Thank you.
Regards,
Eva Kemp.
Yay! Got there in the end 🙂 Thank Eva for all your help
You’re welcome!
Regards,
Robert Hall.
Sorry guys, could you tell me how to change the colours of the ‘subscribe’ button within the sidebar of this page http://79.170.44.106/chateauclinet.com/blog/ so that it is the same as the ‘read more’ buttons on that page. Thanks.
Hello,
Please try it with that code.
.sidebar-position-right #subscribe-submit input[type=submit]{
background: #D71920;
color: #fff;
}
Regards,
Robert Hall.
That’s not rolling over correctly Robert: http://79.170.44.106/chateauclinet.com/blog/
Hello,
Please try this code:
.sidebar-position-right #subscribe-submit input[type=submit]:hover {
background-color: grey;
color: darkgrey;
}
Use your color values.
Thank you.
Regards,
Eva Kemp.
Hello,
Keep the code that Robert provided to you and also add the one I’ve written for you.
Thank you.
Regards,
Eva Kemp.
Thanks Eva!
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘Button colour’' has been successfully resolved, and the topic is now closed for further responses