• Hi, I am using Page Lines free Platform on my website and I am trying to use the Settings/Design Control section to change the color of the font of links in the body of my text.

    My site is margoinmexico.info

    When I change the color in the box for “text link colours” it only changes the color of the links on the sidebar which is to my blog posts. The link text in the body of my pages stays the same color as the other text

    I really hope I don’t have to go into the CSS as I’ve seen in my search for the answer to my questions, as I wouldn’t have a clue how to do that!

    Thank you so much for helping me!

    Blessings,

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    You will have to edit CSS

    Install the plugin “simple custom CSS” to get a nice CSS editor.

    #page-canvas a { color: #123456; }

    where 123456 is your new color code

    Thread Starter margoinmexico

    (@margoinmexico)

    Thank you so much for responding Sterndata!

    Ok, so now I have the Simple Custom CSS…..what do I do next?

    I would like the links to show up as purple in the text and yellow when you hover.

    Sorry I am so not knowing what to do…..and thanks again!

    Blessings,

    margo

    Thread Starter margoinmexico

    (@margoinmexico)

    OMG, I FIGURED IT OUT! Thank you again!

    I got the purple but not the yellow hover over……..

    Now what other fun things can I do with CSS Editors? how do I change the background color of the page for example. Is there a link to a site that tells all the things like this?

    You rock! Thanks!

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    Google “CSS Link Colors” and you’ll find out about a:hover, etc.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to change color of links in text’ is closed to new replies.