0
Welcome Guest! Login
0 items Join Now

Removing page title and line

    • miquael's Avatar
    • miquael
    • Jr. Rocketeer
    • Posts: 33
    • Thanks: 0

    Removing page title and line

    Posted 12 years 7 months ago
    • How does one remove the title of a page and the thin little line that show up at the bottom of a page?

      In this situation, the home page has custom HTML inserted (the 6 red feature boxes). The page title ("Home") is actually behind the first box (and it can be seen if the page loads slowly). Also, the thin line can be seen going across the page behind the first 2 of the 6 red boxes. How to remove that? I looked around many of the Gantry and WP pages, and could not seem to find a way ...

      See here: www.sacredvoyages.com
    • Shazdeh's Avatar
    • Shazdeh
    • Elite Rocketeer
    • Posts: 4984
    • Thanks: 29

    Re: Removing page title and line

    Posted 12 years 7 months ago
    • To hide the title you can go to the theme settings page, in the Content tab and set the Title option to Off.
      To remove the border you need to add this bit to your custom.css file ():
      .rt-wordpress .rt-article-bg { border-bottom: none; }
    • Please don't PM unless requested ;)
      Consider using the custom stylesheet for all your CSS customizations: gantry-framework.org/documentation/wordp...custom_stylesheet.md .
      Please provide the URL to the issue.
      And please mark the thread as solved if the issue is resolved.
    • miquael's Avatar
    • miquael
    • Jr. Rocketeer
    • Posts: 33
    • Thanks: 0

    Re: Removing page title and line

    Posted 12 years 7 months ago
    • Okay, I removed the title one the home page successfully (by applying that Title option change in the home page override).

      Tho the css trick for the border does not appear to be working. I put this code at the top of my custom css file:
       
      .rt-wordpress .rt-article-bg { border-bottom: none; }
       

      ? :frown:
    • Shazdeh's Avatar
    • Shazdeh
    • Elite Rocketeer
    • Posts: 4984
    • Thanks: 29

    Re: Removing page title and line

    Posted 12 years 7 months ago

Time to create page: 0.068 seconds