Home Forums WoodMart support forum Link formatting

Link formatting

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #352803

    Csaba9923
    Participant

    Hello!

    I am trying to format my links, but if I set underline to the link, other texts will underlined too (for example the cart icon in the header, or the menu links).

    How could I format links without effect of other things?

    Attachments:
    You must be logged in to view attached files.
    #352992

    Hello,

    You need to insert a class into the element or widget and assig style to the selector, for example:

    .my_class a{
    text-decoration:underline;
    }

    If you have any questions please feel free to contact us.

    Best Regards

Viewing 2 posts - 1 through 2 (of 2 total)