Fork me on GitHub

Fleximple: Underline links in news module only  Bottom

  • Am I asking to much or is possible to underline the links in the News Module without underlining the links in the rest of the site. I would like to underline only the links in the News body and the "Read More" and leave the Main Title plain.

    I ahve tried in the CSS file, but it did not work.

  • Justsilvie

    Am I asking to much


    Hmm... considering that I'm expecting pn1.0 to serve me breakfast in bed with a foot rub (?module=BiB&func=Order&toast=brown&eggs=3&betweentoes=1), no I don't think you're asking too much.

    In your themes 'template' folder you'll find News-index.htm and News-article.htm which are the templates for the news. So all you have to do is set your default links not to be underlined. Then add a unique class to the templates in the appropriate place and define it in your style sheet.

    --
    Under Construction!
  • Try

    Code

    .newsouterindex a {text-decoration:underline;}
    in the style.css
  • Thank you both! I am almost finished. It has been a great learning experience

This list is based on users active over the last 60 minutes.