Home Forums WoodMart support forum Words underlined

Words underlined

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #290210

    Enrichetto
    Participant

    I write in private content.

    #290275

    Hello,

    I am afraid there is no option to set all the links underlined, you will have to customize all the links with CSS.

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

    Best Regards

    #290393

    Enrichetto
    Participant

    Ah okay.
    Should I put the CSS in the custom code in the right theme options?
    Could you write me the CSS that I should insert?

    #290575

    Hello,

    You should add the code to the Theme Settings > Custom CSS.

    Please provide the page URL and screen of the button.

    I do not have CSS for all links. There a lot of link tags used as buttons that is why there is no common code.

    Best Regards

    #290603

    Enrichetto
    Participant

    Hi, thanks for the reply!
    I would like the custom CSS rule to only show underlined words that have a link below, no button.
    For example, if I write a word and link it with this attribute:

    <a title=”How are you?”
    href=”https://mysite.com&#8221; target=”_blank” >
    How are you?

    is it not possible to insert a CSS that always applies the rule automatically?
    Thanks

    #290643

    Hello,

    Try to add this in such links: style="text-decoration: underline;"

    So it should look like: <a title=”How are you?” href=”https://mysite.com” target=”_blank” style="text-decoration: underline;">How are you?</a>

    Best Regards

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