Hello,
How can I change the color of the arrow that takes you back to the top of the page? Please see attached…it is on the lower right corner. Also, is there a name for this arrow?
Hey Wisith,
To change the color, you need to add the custom CSS code below at Enfold Theme Options > General Styling > Quick CSS
.avia-post-nav {
background-color: red;
}
Best regards,
John Torvik
Hi,
I added the code you put up, and it did not work. Please see below. I changed the color ‘red’ to ‘gray’ and ‘black’, but the color of the arrow did not change at all. Please let me know how I can fix this.
Thanks
Hi,
Try this code in the General Styling > Quick CSS field:
a#scroll-top-link, a#scroll-top-link:hover {
background-color: red!important;
}
Best regards,
Mike
Hi Mike,
That works. Thanks! I replaced ‘red’ with ‘black’ and ‘gray’, and I noticed the colors changed. I am wondering, are you able to use customized colors for this option?
Also, can I change the blue font in the picture below? If so, how?
Thank you
Hi,
Yes you can use any color code, try one of these: http://htmlcolorcodes.org/
To change the blue stars I will need to know the url & what color you want it to be :)
Best regards,
Mike