Sub pages have unwanted Items

Discussion in 'RoadFighter WordPress Theme' started by bernz, Mar 11, 2014.

  1. bernz

    bernz Guest

    Joined:
    Dec 28, 2011
    Messages:
    49
    Likes Received:
    1
    Hi again,

    The pages and post created have near the heading Home and about in small words near the logo. (http://www.firstfiveyearsgala.org/about) These words we do not need because we have a menu with them. Pleas let me now the best way to remove those words.

    Also only on those pages is there away to make the logo smaller and move it more into the header area or green or grey area. Just with the pages or post.

    Thank you.

    Ben
     
  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:
     #crumbs {
    display: none;
    }
    div.header.not_home .logo {
    margin-top: -15px;
    }
    
    Thanks & Regards
    Gourav Shrivastava
     

Share This Page