• Resolved antoineO

    (@antoineo)


    How can I change the color of the text links ?

    Thanks !

Viewing 6 replies - 1 through 6 (of 6 total)
  • CypressWebs

    (@jmeyer2485)

    In your Child Theme or CSS Editor Plugin try this code:

    a {
        color: #333;
    }

    Edit #333

    *Note
    If your theme has a custom CSS Editor in it, you can also paste the code in there.

    Never edit core CSS files, they’ll be deleted when the theme is updated.

    Theme Author Ben Ritner – Kadence WP

    (@britner)

    Hey,
    Just to add, you can use css but the theme also has a color settings. If you go to theme options > basic styling. You can set your primary colors and those will set your link color.

    Kadence Themes

    Thread Starter antoineO

    (@antoineo)

    @erik: thanks it works !

    @Kadence Theme : i did not try your solution but i will try next time

    Last question : i changed the color of text links in red, but now i would like to change the color of the hover on it. What can I add in the code ?

    Thanks

    Thread Starter antoineO

    (@antoineo)

    I found the solution in adding this code :

    a {
    color:#2f5d86;
    }

    a:hover {
    color:#ffffff;
    }

    Thanks for your help !

    Theme Author Ben Ritner – Kadence WP

    (@britner)

    The link hover color is set by your 30% lighter primary color in the theme options > basic styling.

    Kadence Themes

    Thread Starter antoineO

    (@antoineo)

    Thanks !

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Change color of the text links’ is closed to new replies.