How do I put underline for my clickable text links?

Homepage Community Forums Epik Theme Support How do I put underline for my clickable text links?

Tagged: 

  • This topic has 5 replies, 2 voices, and was last updated 10 years ago by Wes.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #11580
    Ibi Jay
    Customer

      Hi!
      How do I put an underline in my clickable text hyperlinks? what code do I use and where to enter it? Thanks

      #11590
      Wes
      Moderator

        To add that you’d need to add this to your style.css file –

        text-decoration: underline;

        You would add this to your hyperlinks area. I’m not sure exactly where in your css since I don’t see your link, but it should look something like this –

        a {
        	color: #ff7632;
        	font-weight: 400;
        	text-decoration: underline;
        }
        #11683
        Ibi Jay
        Customer

          How can I make just the links in the post content underlined. But all other clickable links eg in sidebar and header NOT underlined. Thanks in advance!

          #11718
          Wes
          Moderator

            Do you have a link to your site so I can see your code?

            #11721
            Ibi Jay
            Customer
              #11724
              Wes
              Moderator

                Add this to your style.css file –

                .epik-purple .entry-content a {
                	color: #000;
                }

                and you can change the color to whatever you need.

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