Removing Page Title

Discussion in 'Squirrel WordPress Theme' started by 1stopnonprofitshop, Jun 4, 2016.

  1. 1stopnonprofitshop

    1stopnonprofitshop Guest

    Joined:
    Jul 18, 2014
    Messages:
    276
    Likes Received:
    0
    How do I remove the page title that shows up on the left hand side? I tried the same code for colorway...
    div#crumbs {
    display: none;
    }...but that didn't work.

    theme2.1stopnonprofitshop.com
     

    Attached Files:

  2. priya

    priya Guest

    Hi,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS field of your dashboard.
    Code:
    span.hidepagetitles_toggle_title {
        display: none;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. 1stopnonprofitshop

    1stopnonprofitshop Guest

    Joined:
    Jul 18, 2014
    Messages:
    276
    Likes Received:
    0
    That code didn't work either...
     
  4. priya

    priya Guest

    Hi,

    Use below code..
    Code:
    h1.page_title {
        display: none;
    }
    Hope it will resolve your issue

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  5. angelarbeasley

    angelarbeasley New Member

    Joined:
    Jan 30, 2017
    Messages:
    2
    Likes Received:
    0
    Hello, How do I remove the page title from inner pages on the Tax Preparation theme?
     
  6. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Thank you for contacting us,

    I am afraid to say that, I was unable to locate the area in the theme...

    It would be better for us to understand your query with the help of edited screenshot.
    Create your screenshots using screenpresso (http://www.screenpresso.com).

    So that I can deliver you an exact and appropriate solution to you,

    I look forward to hearing from you soon.

    Thanks & Regards!
    Naveen Kolhe
    InkThemes.com
     

Share This Page