Menu & Page Titles

Discussion in 'ColorWay WordPress Theme' started by knleib, Nov 10, 2015.

  1. knleib

    knleib Member

    Joined:
    Mar 22, 2015
    Messages:
    100
    Likes Received:
    0
    Hi- is it possible to remove the Menu Bar title from automatically showing at the top of the pages? For Example, when I click on the About Menu Tab, it automatically has "About" at the top of this page before my bio. Can this be changed so it isn't repetitive? Screenshot attached.
     

    Attached Files:

  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .content-wrapper.fullwidth h2 {
        display: none !important;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page