• Please tell me how to change the color of links separately from the color of the theme, I have one color selected, but I need to make other links, how to do it? Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @igorbond,

    You can change the links colors with the custom css. You need to apply below given css under Appearance -> Customize -> Additional Css

    a
    {
    color:red !important;
    }
    

    You can change the red color with your choice of color.

    Kind regards,

    Manoj

    Thread Starter igorbond

    (@igorbond)

    This option changes the color of the links in the menu, which is not necessary. Is it possible to correct this in style files?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘link color’ is closed to new replies.