• Is there an option or custom CSS code to make hyperlinks blue, whilst maintaining the theme colors?

Viewing 1 replies (of 1 total)
  • Hello,
    Please try and add the following code on
    Dashboard => Appearance => Customize => Design Options => Custom Css

    .widget_featured_slider .slide-content .entry-title a {
        color: #3D09D8;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    }

    regards.

Viewing 1 replies (of 1 total)
  • The topic ‘Blue hyperlinks for pages and posts?’ is closed to new replies.