- This topic has 3 replies, 2 voices, and was last updated 8 years, 5 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Community Forums › Epik Theme Support › Underline with dot by default
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
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
Thanks Eric,
can you let me know if and where i should add thiss CSS Code? (I’m not so good)
Thanks
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