• webow

    (@webow)


    I want to change hyperlinks color only in page content to blue. How to do that?

Viewing 1 replies (of 1 total)
  • FadingMusic

    (@fadingmusic)

    Hi webow,

    To do this, simply add the following code to your custom css and clear all caches:

    a {
        color: blue !important;
    }

    Take care

Viewing 1 replies (of 1 total)

The topic ‘Page link color’ is closed to new replies.