Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #362004

    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

    #362018

    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

    #362039
    This reply has been marked as private.
    #362075

    sorry Yory i’m a participant as you – so i could not read the private text.

    #362181

    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

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