• Resolved glenbassboss

    (@glenbassboss)


    I realize this can be done with css styles in text blocks in the html editor, but there doesn’t seem to be a way to do it in the billing address phone and email links. Might be good to add the option.

    Thanks!
    Glen

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter glenbassboss

    (@glenbassboss)

    Having global formatting options for all links would save a lot of time!

    Plugin Author YayCommerce

    (@yaycommerce)

    Hi Glen,

    Thanks for suggestion. We will add that option in next update.

    Tommy

    Plugin Author YayCommerce

    (@yaycommerce)

    Hi Glen,

    You can easy to remove underline link by add this code to Custom CSS section

    a {
        text-decoration: none !important;
    }

    Screenshot: https://tppr.me/Ni6va

    I hope it’s helpful,
    Tommy

    Thread Starter glenbassboss

    (@glenbassboss)

    Hi Tommy,

    I’m aware of using CSS to do that in the places where HTML is accessible, and i am where that can be done. However in the Woo Address fields there’s no place to adjust any CSS. I think you’d need to code that option into the plugin. The order link in the Woo Order item area is the same, but that’s not as big a deal since all the text is the same color and you need a way to show it’s a link.

    Hope that explains it better!

    Glen

    Plugin Author YayCommerce

    (@yaycommerce)

    Hi Glen,

    Have you check my screenshot? It’s a global CSS custom from YayMail Settings > Custom CSS. So you can apply for all elements.

    Tommy

    Thread Starter glenbassboss

    (@glenbassboss)

    No i didn’t, my bad.

    However this would make the Woo Order number link also not be underlined. Any way to add the ability to then change the link color on that one? I think we’d want it obvious that is a link.

    Glen

    Thread Starter glenbassboss

    (@glenbassboss)

    Never mind… Just realized i could use the inspector to find the CSS selector and target it specifically to change the color. This is pretty powerful!

    .yaymail_builder_link {
        color: #2DAAC2 !important;
    }

    Liking this plugin more every day!

    Glen

    Plugin Author YayCommerce

    (@yaycommerce)

    Hi Glen,

    About change the link color, another way is you can use this option: https://tppr.me/KEcjo

    Tommy

    Thread Starter glenbassboss

    (@glenbassboss)

    That isn’t an option in the plugin for the WooCommerce order detail area. The only option currently is using CSS. Of course I’d have used the link color option if you had it in the plugin for that module ??

    Glen

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Remove underline in links’ is closed to new replies.