Changing height of blue bar on full-width pages

Discussion in 'Figero WordPress Theme' started by hender24, Feb 25, 2013.

  1. hender24

    hender24 New Member

    Joined:
    Feb 15, 2013
    Messages:
    4
    Likes Received:
    0
    I would like to reduce the height of the blue bar (not sure what that area is called) on the full-width pages.
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    It is not possible to reduce height only from fullwidth page. Code will effect all pages because all contain same header.

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

    Code:
    .page-info-container {
    height: 58px;}
     
    .page-info-container .page_info #crumbs {
    margin-top:0px;
    }
     

Share This Page