Underline with dot by default

Homepage Community Forums Epik Theme Support Underline with dot by default

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #10204
    Titano
    Customer

      Hi,
      I’m having trouble to set as default the underline “dotted” and and a lttle bit “down ” from the text
      I’d like to use the “<U> code” and having a dotted underline with same color of my links
      http://forensiceye.eu/ricostruzione-incidenti-stradali/

      I’d like to leave my links and permanently underlined with dots and “yellow”
      Thank you for any help

      #10212
      Eric
      Customer

        Here is a quick tutorial of a way to do something like that – http://www.csstothepoint.com/dottedunderline.htm


        I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

        #10239
        Titano
        Customer

          Thanks Eric,
          can you let me know if and where i should add thiss CSS Code? (I’m not so good)
          Thanks

          #10246
          Eric
          Customer

            You could probably just add a border instead like this since you’re using the <u> tag –

            u {
                border-bottom: 1px dotted #daa520;
            }

            I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

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