Home › Forums › SEA WordPress Theme › Underline on links
- This topic has 10 replies, 2 voices, and was last updated 6 years, 1 month ago by
SeaTheme.
-
AuthorPosts
-
March 28, 2020 at 3:37 pm #20747
Hello and thanks in advance.
I want to highlight my text links with an underlined effect.For the web version I want to use just an underline effect just when the link is hovered.
For the mobile version I want to use the underline all time, to show where are the links and invite to click on them.Is it possible?
Thank you.March 29, 2020 at 3:36 am #20755Hi, Thank you for purchasing our theme.
It is possible by custom CSS(“Appearance > Customize: Additional CSS”)
.entry p a:hover, .comment p a:hover, .text_block li a:hover { text-decoration: underline; } .touchevents .entry p a,.touchevents .comment p a, .touchevents .text_block li a { text-decoration: underline; }Regards!
SeaTheme – SeaTheme.net – Twitter – Facebook
April 17, 2020 at 9:31 am #20972How can I control in which items will appear the underline effect on links.
I have a link on this page (Roger Padilla) and I don’t understand why here is not working the effect.Thanks in advance.
April 17, 2020 at 9:32 am #20973Sorry, here is the page I was talking about:
http://www.irenemercader.com/projectes/els-millors-professors-europeus/April 18, 2020 at 4:26 am #20976Hi,
Please remove the underline (uncheck the U button) from the text editor, refer to https://www.dropbox.com/s/o9d1q8rc0yrq0ap/qq20200418-122338.mp4?dl=0
Or the custom CSS will not work.
Best
April 18, 2020 at 6:50 am #20978Thank you, but I didn’t have checked the button “underline”.
So, I don’t know where the problem is…April 19, 2020 at 4:23 am #20986Please edit the Text(Tornar a l’inici), use the “code mode“, remove the tags:
<u>and</u>( https://www.dropbox.com/s/6dkm8v3nrtd9yw1/qq20200419-122303.jpg?dl=0 )April 19, 2020 at 7:21 am #20988No,
I think you didn’t understand my question.Few days ago, I asked you how this:
For the web version I want to use just an underline effect just when the link is hovered.
For the mobile version I want to use the underline all time, to show where are the links and invite to click on them.And your answer was:
It is possible by custom CSS(“Appearance > Customize: Additional CSS”)
.entry p a:hover, .comment p a:hover, .text_block li a:hover { text-decoration: underline; }
.touchevents .entry p a,.touchevents .comment p a, .touchevents .text_block liIt seems to work for me, but in some texts where I have a link, I can’t see the underline effect (no web/no mobile).
Here the example:
http://www.irenemercader.com/projectes/els-millors-professors-europeus/
On the top, left side, “Roger Padilla” is a link, but the underline effect that we configured before don’t appear in this text.Thanks in advance.
April 19, 2020 at 5:03 pm #20989The same happens on footer,
where the underline effect that we’ve created for each case, are not working on Social Media Links.Thanks.
April 20, 2020 at 1:59 am #20990Hi,
It should affece the text eidtor content, widget, footer, comment by the custom CSS (replace the custom CSS above post):
.entry p a:hover, .text_block a:hover, .comment p a:hover, .text_block li a:hover,.footer-info a:hover, .footer-info .socialmeida-a:hover,.widget-container a:hover,.copyright a:hover,.comment-meta a:hover, .comment-reply-link:hover,.comment-author .url:hover,.article-cate-a:hover { text-decoration: underline; } .touchevents .entry p a, .touchevents .text_block a, .touchevents .comment p a, .touchevents .text_block li a,.touchevents .footer-info a, .touchevents .footer-info .socialmeida-a,.touchevents .widget-container a,.touchevents .copyright a,.touchevents .comment-meta a, .touchevents .comment-reply-link,.touchevents .comment-author .url,.touchevents .article-cate-a { text-decoration: underline; }It should cover most of the elements, if there is lacked, please paste the page URL, thanks!
Best
April 20, 2020 at 2:00 am #20991This reply has been marked as private. -
AuthorPosts
- You must be logged in to reply to this topic.
