-
Author
-
April 27, 2015 at 00:26 #56189HDcmsParticipant
Hello
I put
#main a:hover {
font-weight:bold;
color:blue;
}
#main a:link {
color: blue;
text-decoration: underline ;
}#main a:visited {
color: red;
}
but it appears on all links buddypress pages and also on the titles/meta of articlesHow to have underlined links (only) in the content of my pages / post?
Regards
April 27, 2015 at 00:26 #56190HDcmsParticipantsorry
Attachments:
You must be logged in to view attached files.April 27, 2015 at 16:56 #56244HDcmsParticipantHello,
try to put an underlined link and remove for buddypress.
But there is always an element which is undesirableCOPY CODE#main a:link { color: blue; text-decoration: underline ; } #main a:hover { font-weight:bold; } #main a:link { color: blue; text-decoration: underline ; } #main a:hover { font-weight:bold; } .accordion #subnav .profile #profile a:link { text-decoration: none ; } .profile li #profile a:hover { text-decoration: none ; }
Do you have a class that identifies the contents of an post?
Is it that there would be a way to add (in css3 !) a link Underline only the content of an post, without breaking the site.
I can go in the code of each item but it will become quickly complicated?
RegardsApril 29, 2015 at 15:37 #56594LauraModeratorHello, can you share a link? 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
April 29, 2015 at 15:48 #56597HDcmsParticipantHello,
Sorry but I deleted all my CSS to return to the default site.
You see what I was getting into images. Many Underscores links 🙁
I would just like Underscores links only in an article (without putting special shorcode button type, or class CSS manually).May 2, 2015 at 01:22 #56992LauraModeratorHello, i meant a link to a post that has links so i can test it 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
May 4, 2015 at 12:03 #57169HDcmsParticipantHello,
http://www.amours.eu/accedez-aux-fonctionnalites-avancees-damours-eu/
The list has links not visible without the mouse over !
I would like to put their conventional links on the web (underline + color)
On hover
other color
boldingRegards
May 5, 2015 at 15:34 #57407LauraModeratorHello, please try this css 🙂
COPY CODE.blog .article-content, .post .article-content a { border-bottom: none; text-decoration: underline; }
Let me know if it works
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
May 7, 2015 at 13:27 #57693LauraModeratorHello, could you share admin credentials? 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
May 7, 2015 at 14:03 #57695HDcmsParticipantHello,
On the mentioned page, it works !!
may be a problem with the cache
I also tried the css file theme or child in sweetdate optionsIs it not rather ??
.blog .article-content A, .post .article-content a { ...
May 10, 2015 at 13:05 #58180LauraModeratorHello, try to clear cache or use CTRL+F5 , if still not working please share admin credentials 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
May 14, 2015 at 12:10 #58736HDcmsParticipantHello,
Well I think I managed
I put a different code in style.cssCOPY CODE.article-content a { text-decoration: underline; color: #FF0000; }
The problem was the side of the varnish cache server.
I had whenever purge the cache after each code changeMay 16, 2015 at 17:55 #59066LauraModeratorI’m glad it has been resolved! 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
-
AuthorPosts
You must be logged in to reply to this topic.