Hide Page Title - Per Page

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by richarbran, Oct 23, 2014.

  1. richarbran

    richarbran Member

    Joined:
    Aug 12, 2013
    Messages:
    58
    Likes Received:
    0
    I've tried installing a number of plugins, but none of them work. There are some pages where I'd like the title removed. Please advise on how this can be accomplished. Thanks so much,

    Also, I have tried this code, but it did nothing:

    .page-id-38 .page_title{
    display:none;
    }
    [​IMG]
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .fullwidth .fullwidth_inner h1.page-title{
    display:none;
    }
    Thanks & Regards
    Pramod
     
  3. richarbran

    richarbran Member

    Joined:
    Aug 12, 2013
    Messages:
    58
    Likes Received:
    0
    Pramod, that code didn't work. I would also like to have the line below the title removed. Please advise.
     
  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    Please provide URL of the website or page to make me better understand.
    Thanks & Regards
    Pramod
     
  5. richarbran

    richarbran Member

    Joined:
    Aug 12, 2013
    Messages:
    58
    Likes Received:
    0
    Page URL: http://www.supertoothproducts.com/kinderkrowns/?page_id=38
    Some of the pages, I'd like the Title and line removed just below it. I'd also like the page to start at the top, so if the title and line are removed, the page text or image should start right at the top of the content area.

    Please see the below images for reference.
    Currently:
    [​IMG]

    Desired Change:

    [​IMG]
     
  6. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .fullwidth .fullwidth_inner h1.page-title {
    display: none !important;
    }
    This will remove line also.
    Thanks & Regards
    Pramod
     
  7. richarbran

    richarbran Member

    Joined:
    Aug 12, 2013
    Messages:
    58
    Likes Received:
    0
    Pramod, unfortunately the code did not work. I ended up commenting it out in the page.php file with // but the line still remains. Not sure how to remove that. Please advise. Thank you,
     
  8. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    I am not getting this CSS in your website.
    I think code is not used in proper way.
    Thanks & Regards
    Pramod
     
  9. richarbran

    richarbran Member

    Joined:
    Aug 12, 2013
    Messages:
    58
    Likes Received:
    0
  10. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Please provide the following information listed below.
    Thread Link:
    Your Website URL:
    WordPress Username:
    WordPress Password:
    Send this information on our email at [email protected]

    Thanks & Regards
    Pramod
     
  11. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    This issue has fixed. Please have a look.
    Thanks & regards
    Pramod
     

Share This Page