Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #306342

    Hi,

    How can I change the style of the text, where there is a text-link.
    I need it to be in bold and with underline.

    Thanks
    Tal

    #306353

    And how can i enlarge the font size, all over the site?

    #306625

    Hey!

    Thank you for using Enfold.

    Did you add the link using the text block? You can use this on Quick CSS or custom.css:

    .avia_textblock a {
    font-size: 20px;
    font-weight: bold;
    }

    Use this to enlarge the text all over the site:

    body, body p {
    font-size: 16px;
    }

    Regards,
    Ismael

    #306642

    Hi Ismael,

    I have been using the default text editor, the links are shown only on mouse over.

    Rgds,
    Tal

    #306700

    Hey!

    Please add following code to Quick CSS as well

    .avia_textblock a { text-decoration: underline; }

    Cheers!
    Yigit

    #306725

    Hi Yigit,

    I have added this to Quick CSS but it does not add the underline…

    Thanks
    Tal

    #306726

    Hey!

    Can you please post the link to your website and point out the link that you would like to underline?

    Regards,
    Yigit

    #306748

    Hi Yigit,

    I have open a new page in Eng, for your convenient
    thinkdif.co.il/test-link/

    Thanks
    Tal

    #306754

    Hi!

    Toda! :) Please use following code

    .entry-content a {
    text-decoration: underline;
    }

    Cheers!
    Yigit

    #306761

    Awesome! Thanks a lot for your help.

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘font link style’ is closed to new replies.