- This topic has 26 replies, 3 voices, and was last updated 4 years, 3 months ago by
David.
-
AuthorPosts
-
June 23, 2019 at 1:24 pm #938905
Sebastián
Hi
I would like to configure my underlined text like the attachment https://imgur.com/9NmGOws
So, I need to modify the underline colour and the thickness of it.
Is there any code to manage that?
Thanks
June 23, 2019 at 1:44 pm #938923Leo
StaffCustomer SupportHi there,
Can you provide the link to the example?
Let me know 🙂
June 23, 2019 at 1:51 pm #938932June 23, 2019 at 1:54 pm #938933Leo
StaffCustomer SupportTry this CSS:
u { text-decoration: none; box-shadow: inset 0 -7px 0 0 #bee6ec; }June 23, 2019 at 2:00 pm #938936Sebastián
Didn’t worked 🙁
June 23, 2019 at 2:03 pm #938938Leo
StaffCustomer SupportNot seeing the CSS being added at all.
Did you try clear any caching plugin you might have activated?
June 23, 2019 at 2:10 pm #938940Sebastián
Try now. Added here: https://nichoseo.com/como-encontrar-un-nicho/
June 23, 2019 at 2:15 pm #938941Leo
StaffCustomer SupportWhere can I see a line with the underline
<u>tag being used on that page?The simple way to test is to create a new page with this as content without Elementor:
<u>underline test</u>June 23, 2019 at 2:26 pm #938956Sebastián
Ok so I applied using <u></u> and it works but Im using tinymce advanced when adding underline so I thought Elementor had nothing to do.
I see that Elementor (I guess?) use this: <span style=”text-decoration: underline;”> instead of <u></u>
Im using lots of underline text. What’s the best way to change them all in this case?
June 23, 2019 at 2:28 pm #938957Leo
StaffCustomer SupportYou can only edit that manually as far as I know.
Or try search:
text-decoration: underline;and replace with:
box-shadow: inset 0 -7px 0 0 #bee6ec;if you are comfortable with that.
June 23, 2019 at 2:33 pm #938960Sebastián
Thanks Leo!
June 23, 2019 at 2:33 pm #938961Leo
StaffCustomer SupportNo problem 🙂
June 25, 2019 at 10:46 am #940906Tom
Hi Leo, I have a similar question – all I want to do is apply underline formatting to all links in the body of my posts (exclude navigation menu in header, footer). I am currently doing this manually, how can I do this with CSS? Thank you.
June 25, 2019 at 11:32 am #940954Leo
StaffCustomer SupportTry this CSS:
.site-content a { text-decoration: underline; }If this doesn’t work, can you open a new topic and link me to the site in question?
Thanks 🙂
June 26, 2019 at 7:01 am #941864Tom
Worked perfectly, thanks Leo. Just had to manually override underlines on CTA buttons. Appreciate the fast reply.
-
AuthorPosts
- You must be logged in to reply to this topic.