0
Welcome Guest! Login
0 items Join Now

SOLVED Targeting a specific article H1 tag

    • Designhow's Avatar
    • Designhow
    • Elite Rocketeer
    • Posts: 1013
    • Thanks: 0

    SOLVED Targeting a specific article H1 tag

    Posted 11 years 1 month ago
    • This CSS will hide all H1 Titles, what if I wanted to hide just the homepage title?

      www.growmyideasdemo.com/


      .page-title, .page-header h1 {
      display: none;
      }
    • MrT's Avatar
    • MrT
    • Preeminent Rocketeer
    • Posts: 101084
    • Thanks: 13484
    • Web Designer/Developer

    Re: SOLVED Targeting a specific article H1 tag

    Posted 11 years 1 month ago
    • That site is not using any RT products is it? It looks like a T3 framework site to me?

      Regards, Mark.
    • Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information.
    • Designhow's Avatar
    • Designhow
    • Elite Rocketeer
    • Posts: 1013
    • Thanks: 0

    Re: SOLVED Targeting a specific article H1 tag

    Posted 11 years 1 month ago
    • I know it was a general question about Joomla CMS in this instance it was not a template specifice question. I know this is a t3 framework site.
      Where does one post a non-RT template question?
    • Last Edit: 11 years 1 month ago by Designhow.
    • MrT's Avatar
    • MrT
    • Preeminent Rocketeer
    • Posts: 101084
    • Thanks: 13484
    • Web Designer/Developer

    Re: SOLVED Targeting a specific article H1 tag

    Posted 11 years 1 month ago
    • On the T3 support forum or joomla.org forum (more likely the former since you will need a "page" identifier to use in your CSS selector (and I have no idea how you do that in T3 framework). With RT templates you can enable "page suffix" in template manager > advanced - I don't know what the equivalent is in T3.

      Regards, Mark.
    • Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information.
    • Designhow's Avatar
    • Designhow
    • Elite Rocketeer
    • Posts: 1013
    • Thanks: 0

    Re: SOLVED Targeting a specific article H1 tag

    Posted 11 years 1 month ago
    • Thanks I was just trying to get a clue. I found that the title is generated by the nemu item, a common problem with Joomla. The solution in this case was merely to locate the home.css and add

      .page-title, .page-header h1 {
      display: none;
      }

Time to create page: 0.063 seconds