This topic has 14 replies, 2 voices, and was last updated 9 years by HDcms.

  • Author
  • #56189
     HDcms
    Participant

    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 articles

    How to have underlined links (only) in the content of my pages / post?

    Regards

    #56190
     HDcms
    Participant

    sorry

    Attachments:
    You must be logged in to view attached files.
    #56244
     HDcms
    Participant

    Hello,
    try to put an underlined link and remove for buddypress.
    But there is always an element which is undesirable

    COPY 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?
    Regards

    #56594
     Laura
    Moderator

    Hello, 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 solution

    Laura 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 🙂

    #56597
     HDcms
    Participant

    Hello,
    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).

    #56992
     Laura
    Moderator

    Hello, 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 solution

    Laura 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 🙂

    #57169
     HDcms
    Participant

    Hello,

    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
    bolding

    Regards

    #57407
     Laura
    Moderator

    Hello, 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 solution

    Laura 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 🙂

    #57446
     HDcms
    Participant

    Hello Laura
    Unfortunately no !!

    #57693
     Laura
    Moderator

    Hello, 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 solution

    Laura 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 🙂

    #57695
     HDcms
    Participant

    Hello,

    On the mentioned page, it works !!
    may be a problem with the cache
    I also tried the css file theme or child in sweetdate options

    Is it not rather ??

    .blog .article-content A, .post .article-content a { ...

    #58180
     Laura
    Moderator

    Hello, 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 solution

    Laura 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 🙂

    #58736
     HDcms
    Participant

    Hello,

    Well I think I managed
    I put a different code in style.css

    COPY 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 change

    #59066
     Laura
    Moderator

    I’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 solution

    Laura 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 🙂

    #59107
     HDcms
    Participant

    Thanks Laura

Viewing 15 posts - 1 through 15 (of 15 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?