StyledThemes

How to change Link Size

Home Forums WordPress Themes – Premium Lavish Pro How to change Link Size

Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #42011
    Alison Schuster
    Participant

    I have been trying to change the link size using the customizer and neither the link or anchor link text will become smaller. It is way too big. Can you help. Also, it won’t change the colors of the links as well. Thank you.

    #42015
    Sushil Adhikari
    Moderator

    Hi Alison Schuster,

    Could you please provide us your site url and link of pages where you want to change the size and color of link. So we can provide your appropriate solution.

    Or you can add this following css on child theme style.css or “Additional css section” of customizer. It might help you on this:

    body a {
        color: red;
        font-size: 12px;
    } 

    Note: Please change the color and font-size value as per your requirement. This css would change link color and size on your whole website.

    Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.