Okay
  Public Ticket #3023260
"Read more" font size
Closed

Comments

  •  12
    hans started the conversation

    Hi,

    Where can I change font size and line height for the "read more" (Weiterllesen) link after the excerpt? 

    Hans

  •  8,839
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .blog-recent[data-style="minimal"] .col > span {
        line-height: 41px;
        font-size: 25px;
    }

    Thanks


    ThemeNectar Support Team 

  •  12
    hans replied

    Thanks