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
And how can i enlarge the font size, all over the site?
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
Hi Ismael,
I have been using the default text editor, the links are shown only on mouse over.
Rgds,
Tal
Hey!
Please add following code to Quick CSS as well
.avia_textblock a { text-decoration: underline; }
Cheers!
Yigit
Hi Yigit,
I have added this to Quick CSS but it does not add the underline…
Thanks
Tal
Hey!
Can you please post the link to your website and point out the link that you would like to underline?
Regards,
Yigit
Hi Yigit,
I have open a new page in Eng, for your convenient
thinkdif.co.il/test-link/
Thanks
Tal
Hi!
Toda! :) Please use following code
.entry-content a {
text-decoration: underline;
}
Cheers!
Yigit
Awesome! Thanks a lot for your help.