Delete - sign in - Add Video - User Registration & Resize logo

Discussion in 'VideoCraft WordPress Theme' started by gunghovids, Jan 9, 2015.

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

    gunghovids New Member

    Joined:
    Jan 8, 2015
    Messages:
    7
    Likes Received:
    1
    My website will not be a User site. It will just be used to display my videos.

    [1] Therefore I want to delete the "sign in" "Add Video" links in the header. Also, I want to delete the user registration function. There will be no Users to login except for me.

    [2] I want to resize the header logo "Gung Ho Vids" from 300x90 pixels to 450x135 pixels.

    [3] In the footer I want to delete - Home | Video | Video Upload | Dashboard

    Thanks for your help.
    www.gunghovids.com
     
    comedyclubhouse likes this.
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi gunghovids,

    Please paste the code given below in custom css.
    (Appearance->Theme Options->Styling Options->Custom Css) of your dashboard.

    1>
    Code:
    ul.associative_link {
    display: none;
    }
    div#registration_form {
    display: none;
    }
    2>
    Code:
    .logo a img {
    height: 135px;
    width: 450px;
    }
    3>
    Code:
    ul.footer_topmenu {
    display: none;
    }
    Thanks
    Praveen
     
    comedyclubhouse likes this.
  3. gunghovids

    gunghovids New Member

    Joined:
    Jan 8, 2015
    Messages:
    7
    Likes Received:
    1
    Thank you, worked good.
     
Thread Status:
Not open for further replies.

Share This Page