How to eliminate top menu bar?

Discussion in 'VideoCraft WordPress Theme' started by ifbtube, Aug 25, 2018.

  1. ifbtube

    ifbtube New Member

    Joined:
    Aug 21, 2018
    Messages:
    9
    Likes Received:
    0
    Hi,
    I am not going to use any of the functions on the top menu bar, right now it only has Home..
    How can i remove the top bar entirely?

    So as seen on the picture, i want to remove the top grey bar that has Home in it.

    [​IMG]
     
  2. ifbtube

    ifbtube New Member

    Joined:
    Aug 21, 2018
    Messages:
    9
    Likes Received:
    0
    I have a 2nd question. How can I place the video title of the featured video under the video. Because on all other videos the title is under the video except for the video on the mainpage..
     
  3. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hi,

    Greetings from InkThemes,

    To remove the top bar, just paste the code given below in Custom CSS section.
    (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .top_strip {
        display: none;
    }
    Will you please elaborate it with the help of edited screenshots so that we could assist you accordingly.

    Hope this helps...!

    Thanks & Regards!
    Akbar
    InkThemes.com
     

Share This Page