Periodical Theme – How to Change Link Color

  • Unknown's avatar

    I am using the Periodical theme and the link color is a light gray, which is difficult to see. The hover color is an orange and is fine. Can someone let me know the css to change the base link color?

    Thanks in advance.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi, I’m not seeing a light grey on links within the content on pages and posts, but if you wish to change the color of the links in the content area, add the following CSS and then edit the color code as desired.

    .entry-content a:not(.button) {
        color: #cc0000 !important;
    }
  • The topic ‘Periodical Theme – How to Change Link Color’ is closed to new replies.