Remove Menu Name from Page Title

Discussion in 'Smartbooking-Appointment Booking WordPress Theme.' started by andreahw16, Oct 29, 2015.

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

    andreahw16 Guest

    Joined:
    Mar 17, 2014
    Messages:
    65
    Likes Received:
    0
    Location:
    Wheaton, IL
    I saw a post that code was given to remove the menu name/page name in Screen Shot 2015-10-28 at 9.54.54 PM.png menu bar from page title. It did not work fro my site and would like to remove the name as well from the page. http://escapeforfun.com/about-the-chamber/

    attaching screen shot of other post that did not work. Thank you
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    You can try this code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .entry-wrapper h1 {
        display: none !important;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. andreahw16

    andreahw16 Guest

    Joined:
    Mar 17, 2014
    Messages:
    65
    Likes Received:
    0
    Location:
    Wheaton, IL
    That worked:) Thank you!!!
     
Thread Status:
Not open for further replies.

Share This Page