Remove Title & Space

Discussion in 'Figero WordPress Theme' started by apexbos, Feb 6, 2014.

  1. apexbos

    apexbos New Member

    Joined:
    Jan 27, 2014
    Messages:
    9
    Likes Received:
    0
    I am trying to remove the Title and space from each Page at:
    http://doubloonwebs.com/excertus2/?page_id=203

    I used this code, but does not work:

    .page-content .fullwidth h1.page-title {
    display: none;
    }
    .page-content .content-bar h1.page-title {
    display: none;
    }

    I also tried adding !important right after "none", but still does not work.

    Thank You
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
     .page-heading {
    display: none;
    }
    
    Thanks & Regards
    Gourav Shrivastava
     

Share This Page