Reply To: Underline with dot by default

Homepage Community Forums Epik Theme Support Underline with dot by default Reply To: Underline with dot by default

#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