Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #764508

    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?

    #764509

    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

    #770416

    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

    #770441

    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

    #770755

    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

    #770800

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.