Removing the menu...

Discussion in 'ColorWay WordPress Theme' started by hrks, Mar 20, 2016.

  1. hrks

    hrks New Member

    Joined:
    Jun 27, 2012
    Messages:
    7
    Likes Received:
    0
    Hello,

    1. is it possible to hide the menu on the home page the site www.obrt-moreno.hr and

    2. how can I leave blank space under Feature Column Description on the home page? (if I leave blank it shows Lorem ipsum text)

    Thank you,

    Harvey
     
  2. nitin

    nitin Guest

    Hi Harvey,

    Greetings from InkThemes,

    To hide the menu only on the homepage, just paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .home .menu-bar {
        display: none;
    }
    
    Next, to leave the Feature Column Description blank, just enter a space in the field in theme options.

    Thanks & Regards!
    Nitin
    InkThemes.com
     

Share This Page