Home Forums Free Themes Onefold Change link color & arrow color

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #18971
    ahejlik
    Participant

    How do I go about changing the link color and the color of the scroll up arrow?

    #19005
    wensolutions
    Keymaster

    Hello @ahejlik,

    To change the link color and the scroll to top color you will need to go to your Admin Dashboard > Appearance > Customize > Theme Options > Advanced Options > Custom CSS field and paste in the following custom CSS :

    a, a:visited {
    
    Color:#07b37e; 
    
    }
    
    .scrollup i {
        color: #07b37e;
    
    }

    You can replace the color hex code of your desired color in the Custom CSS.

    You can also upgrade to pro version of the theme that already comes with color options you are looking for along with many amazing features. To know more about this and other features of the Onefold Pro theme please see this link : http://themepalace.com/downloads/onefold-pro/

    Hope this helps,

    Best Regards !!

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