Page Name

Discussion in 'Regal WordPress Theme' started by blackdog2020liz, Feb 27, 2014.

Thread Status:
Not open for further replies.
  1. blackdog2020liz

    blackdog2020liz Member

    Joined:
    Dec 18, 2012
    Messages:
    264
    Likes Received:
    5
    Location:
    Western Australia
    How do I remove the page name at the top of each page (just under the menu bar with Home >>).

    Many thanks
    Liz
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    h1.page_title{
    display:none;
    }
     
    This will solve your issue.
     
  3. blackdog2020liz

    blackdog2020liz Member

    Joined:
    Dec 18, 2012
    Messages:
    264
    Likes Received:
    5
    Location:
    Western Australia
    Hi Piyush, I wan to remove with home >> menu under the picture (see attached)

    Cheers
    Liz
     

    Attached Files:

  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .breadcrums {
    display: none;
    }
     
    This will solve your issue.
     
  5. blackdog2020liz

    blackdog2020liz Member

    Joined:
    Dec 18, 2012
    Messages:
    264
    Likes Received:
    5
    Location:
    Western Australia
    Thank you Piyush, now how can I create white space where that was so text and photos aren't straight under the main page image.

    Many thanks
    Liz
     
  6. Gourav

    Gourav Support Staff

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

    Remove the code provided by above from your custom css and
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
     .breadcrums {
    visibility: hidden;
    }
    Thanks & Regards
    Gourav Shrivastava
     
  7. blackdog2020liz

    blackdog2020liz Member

    Joined:
    Dec 18, 2012
    Messages:
    264
    Likes Received:
    5
    Location:
    Western Australia
    awesome! Thank you so much Gourav.
     
Thread Status:
Not open for further replies.

Share This Page