Would like to remove the white bar that lists page title

Discussion in 'RoadFighter WordPress Theme' started by v4sb, Apr 30, 2015.

  1. v4sb

    v4sb Member

    Joined:
    Mar 14, 2013
    Messages:
    341
    Likes Received:
    0
    Underneath the menu bar is a white box that lists out the page title, for example, Home>>Recipes...

    I would like to remove this entire section completely, including the text for the page title, as well as the white box, so that the page content is flush with the header area. I have attached screenshot. Thank you.[​IMG]
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .page_heading_container {
      display: none !important;
    }
    Thanks,
    Praveen
     

Share This Page