Home Forums Free Themes Photo Perfect Change hyperlink color!

Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #12341
    champagne07
    Participant

    Hi,

    Is there a code I can put in that every time I create a hyperlink it changes it to a certain color?

    Thanks!
    Kya

    #12342
    champagne07
    Participant

    If you check out my blog Wanderlustkyla.com it’s the color I’ve been using. The lighter blue.

    Thanks!

    #12377
    wensolutions
    Keymaster

    @champagne07, first off your site looks beautiful created with Photo Perfect. Thanks to your creativity.

    Yes you can easily achieve this from custom stylesheet code.

    Remove all inline hyperlink you that have previously added and use the following code.

    .content-area a {
        color: #0000ff;
    }

    Paste above code in Appearance -> Customize -> Theme Options -> Advance Options -> Custom CSS

    If you do now wish to go back and revert them manually, then paste the following code.

    .content-area a {
        color: #0000ff !important;
    }

    Note : Change the HEX color code value to your own.

    Hope this helps !

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