0
Welcome Guest! Login
0 items Join Now

How do I modify a tag in CSS for Main Menu only?

  • How do I modify a tag in CSS for Main Menu only?

    Posted 15 years 7 months ago
    • I want the a tags for the page content and footer links to be underlined by default and not when hovering over them. I have that working properly. The links in the vertical Main Menu area, however, are inheriting that CSS and I don't want them to be underlined ever. How do I change my CSS to achieve this effect?

      The site URL is as follows:
      sandbox.theweboasis.com/gingerich/

      The template I'm using is "Fire."

      Thanks in advance for your help!

      -Matt
    • Last Edit: 15 years 7 months ago by Matthew Stanley.
    • prim's Avatar
    • prim
    • Preeminent Rocketeer
    • Posts: 17290
    • Thanks: 217

    Re: How do I modify a tag in CSS for Main Menu only?

    Posted 15 years 7 months ago
    • If i understood you correctly...

      ul.menu a:link, ul.menu a:visited, a.mainlevel:link, a.mainlevel:visited {
      color:#CAE784;
      text-decoration:none; <-Add this

      (style_firefrog.css)
    • Please reply with a direct link to the issue & create a new thread for each new issue.

      A template is only as good as the content that goes into it ;) - DanG
  • Re: How do I modify a tag in CSS for Main Menu only?

    Posted 15 years 7 months ago
    • Thanks "Prim!" That fixed it, alright. I appreciate your prompt reply!

Time to create page: 0.076 seconds