Hello.
I am curious about the css when I link to the article. (Custom CSS)
The following url is the question description.
https://kimstipguide.com/wp-content/uploads/2021/12/21-12-09-100.jpg
(Links should only apply to text.)
For reference, I
I don’t know any CSS.
thank you.
——–
Hello @kimstipguide!
Edit https://kimstipguide.com/the-best-gaming-monitor/ with the TagDiv Composer, and there you can find those settings for links: https://www.screencast.com/t/bndtJ0ljIu7k
Thank you!
Hello.
Bettina.
then,
‘Show link underline’
How do I set it up?
thank you.
Hello @kimstipguide!
To underline a text in your post, edit normally the post, select the text and press CTRL + U (on Windows) or CMD + U (on macOS) on your keyboard. This will underline the selected text. Check this article too: https://ultimateblocks.com/underline-text-wordpress/
Thank you!
I’m sorry,
Bettina
—–
a: text-decoration: underline:
—
I mean when you put a link.
Please check the question above again.
thank you.
Hello @kimstipguide!
Paste this CSS code when you access a post in the Live CSS:
.tdb_single_content a:hover {
text-decoration: underline!important;
Let me know if this is what you mean.
Thank you!
Hello!
Bettina.
Check out the address below.
https://kimstipguide.com/wp-content/uploads/2021/12/21-12-13.jpg
Is it normal? No problem?
——-
And the link should not be applied to the button.
https://kimstipguide.com/the-best-advanced-gaming-keyboard/
thank you.
-
This reply was modified 4 years by
kimstipguide.
-
This reply was modified 4 years by
kimstipguide.
Hello @kimstipguide!
No worries about that. Ok, then rewrite the code:
.tdb_single_content a:not(.wp-block-button__link){
text-decoration: underline!important;}
Hope that helps you!
Thank you!