• Love Virtue… I’ve searched for the CSS to change ‘continue reading…’ to bold and blue (maybe underlined)

    I can get it bold but I’ve failed with changing color.

Viewing 3 replies - 1 through 3 (of 3 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello the-bean,

    => Put below css code into Additional CSS textarea (Dashboard >> Apperance >> Customize) then click on Save & Publish button.
    => If there is no Additional CSS option then put below css code into your current theme’s style.css file located at wp-content/themes/your_current_active_theme/ folder.


    .blog .entry-content p a {
    text-decoration: underline;
    font-weight: bold;
    color: #062981 ;
    }

    Note : All Changes you done in style.css or other file are gone when you update theme. So prefer Child Theme

    Hope this will helps you.

    @the-bean

    Please paste the code you are using here or a link to your site

    The Bean,

    Please post a link and I’ll be able to help you with the CSS. Also, you don’t need to use a child theme for CSS edits, as Virtue has a built in CSS box in Theme Options> Advanced Settings.

    -Kevin

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘CSS for “continue reading…”’ is closed to new replies.