• Hey everyone. I’m super new to CSS so I need a bit of help. On my BLOG, I’d like to change the link colors in my posts ONLY. Is there an easy way to do it? (again, I’m admitting I’m novice!) I’m using Customizr Theme.

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • You could use your WYSIWYG editor to achieve this. (font color option)

    Try this:

    .entry-title.format-icon > a {
      color: #FF0000;
    }

    Change #FF0000 (red) to what you want.

    Thread Starter bnicoletto

    (@bnicoletto)

    @ tomaja…i have no idea what those letters mean… (so sorry!)

    @ rdellconsulting where do i place that code? thanks!

    I was referring to wordpress built-in editor, or any other frontend (What You See Is What You Get) html editor installed as plugin that you maybe use to write your posts.
    This applies if you want more then one color for your links in post(s).
    If you want to change current color of your post title then you should use code that @rdellconsulting suggested. You should place it into child theme style.css or go to Appearance > Custimize in Admin area, then select Custom CSS option and paste the the code into the field.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change Link Color in Posts ONLY’ is closed to new replies.