Okay
  Public Ticket #2468696
Link Color & No Underline
Closed

Comments

  • BRidener started the conversation

    Hello,

    I've looked around and can't seem to find any option to remove the underline from all of the links on my site. I'm also trying to see how I can change the link and hover colors for all links as well. Any help would be great.

    Thank you!

  •  933
    Neuron replied

    Hi Ridener,

    1) To remove that shadow can you please add the following code to Appearance > Customize > Additional CSS, so that will remove that underline.

    a:hover,
    .elementor a:hover {
      box-shadow: none !important;
    }
    

    2) To add an hover effect you can go to Theme Style > Buttons and edit them. 

    http://prntscr.com/tf87nf

    Feel free to ask for anything you need.

    Kind Regards


  • BRidener replied

    Hi,

    Thanks for the reply. I added the code you provided but it didn't change anything. I'm trying to remove the underline from all links, including navigation, hyperlinks, and the portfolio item titles if that helps.

    Thanks!

  •  933
    Neuron replied

    Hi,

    Can you please provide me with your wp-admin, we will add it quickly. So, we can see what's not working also.

    Feel free to ask for anything you need.

    Kind Regards