Tagged: anchor text, link, style
Hello
Occasionally I need to remove the styling of a link anchor text in a portfolio text block element item or elsewhere.
I’d like that anchor text to be formatted the same as plain P text, yet keep its link.
How can I do that?
Thank you
define a class for that anchor
<a class="abc" href.....>
and give that class the same definitions as p, perhaps you have to define text-decoration for the hover effect to none to remove the underlining
sorry Yory i’m a participant as you – so i could not read the private text.
Hey!
Please turn on custom CSS field for ALB elements ( http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and give your text block element a custom CSS class and then add following code to Quick CSS in Enfold theme options under General Styling tab
.avia_textblock.your-custom-class a { color: inherit !important; font-weight: inherit !important; }
Best regards,
Yigit