This topic has 4 replies, 2 voices, and was last updated 9 years ago ago by Jack Richardson
Hi,
How do I change the colour of the ‘back to the top arrow?’ Its red at the moment. Also when I highlight letters on the page, the highlight is also red. Can I change this colour??
Thanks
Mark
Hello,
As you can see the button “Back to top” uses background image (wp-content/themes/crown_jules_diamonds.co.uk/images/top.png). You need to edit this image if you want to change its color.
To change selection color use this css code in custom.css:
::selection {
background-color: #008000;
}
Set the value to yours.
To create custom.css you need rename default.custom.css to custom.css in wp-content/themes/blanco directory via FTP and enable it in Blanco – Theme Settings, tick “Enable Custom CSS file”.
Best regards,
Jack Richardson.
Thank you
Hello,
You’re welcome.
Best regards,
Jack Richardson.
The issue related to '‘Hover colour’' has been successfully resolved, and the topic is now closed for further responses