Remove Login/Add Video

Discussion in 'VideoCraft WordPress Theme' started by vibrandsee, Feb 3, 2016.

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

    vibrandsee Member

    Joined:
    Apr 13, 2013
    Messages:
    102
    Likes Received:
    1
    Hi, how do you remove the 'Add Video' button and remove the login.

    There was an old thread on this, but the instructions do not work as the theme and associated files have changed since then.

    Thanks.
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    To remove 'Add Video' button,

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .top_strip .menu .associative_link li.listing-btn a {
        display: none;
    }


    Hope it will resolve your issue

    Do let me know if you need more assistance,
    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. vibrandsee

    vibrandsee Member

    Joined:
    Apr 13, 2013
    Messages:
    102
    Likes Received:
    1
    Thanks. I was able to remove the Add Video button, but the 'Sign In' is still there. How do I remove that?
     
  4. priya

    priya Guest

    Hello,

    Please paste the code given below in Custom CSS section of your dashboard.
    Code:
    .top_strip .menu .associative_link li a {
        display: none;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  5. goharnett

    goharnett Member

    Joined:
    Dec 27, 2012
    Messages:
    34
    Likes Received:
    0
    thank you too
     
Thread Status:
Not open for further replies.

Share This Page