Changing Link Colors

Home Forums Iconic One Pro Support Changing Link Colors

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1423
    umerjutt00
    Participant

    Hello by default the color of the links is black or something near it. I want it to change it to blue…

    Please tell me how.

    #1424

    Go to Appearance -> Editor- > Custom.css

    Paste the code below after everything.

    a {
    color: #00A1E0;
    }
    #4048
    Arun1
    Participant

    i like to change all link color: #0000FF; help me

    #4049

    The code is already given, just replace with your color code, it will look like

    
    a {
    color: #0000FF;
    }

    Also refer this guide.

    Please create your own thread if you have any further support request.

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