• Resolved trampolineguide

    (@trampolineguide)


    How can I change the link color. By default it looks red. I would like to change it to blue. Is there anyway I can do it.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author SaltTechno

    (@salttechno)

    Hello,

    Thank you for using our theme.

    We will add this feature in the theme in future updates. Currently, to change link color, go to Appearance > Customize > Additional CSS and put the following CSS code:

    .entry-content a {
        color: #1e88e5; // Change this color as per your choice
    }
    

    This should resolve your issue. Let us know if this doesn’t work. Upgrade to the premium version for quicker support.

    Regards,
    SaltTechno

Viewing 1 replies (of 1 total)
  • The topic ‘Change the link color’ is closed to new replies.