Delete "Dashboard" and "login"

Discussion in 'VideoCraft WordPress Theme' started by sportsdom, Dec 27, 2013.

  1. sportsdom

    sportsdom New Member

    Joined:
    Aug 3, 2013
    Messages:
    4
    Likes Received:
    0
    1) How can I delete the word "Dashboard" and "login" on the home page?

    If I delete the login on the home page can I still login through Wp-admin?

    2) I would also like to change the gray background color for the featured videos to white (Black theme).

    Thanks for the help. Eric

    www.sportsdom.com
     
  2. sportsdom

    sportsdom New Member

    Joined:
    Aug 3, 2013
    Messages:
    4
    Likes Received:
    0
    It has been 8 day's since I posted this question. Will someone be able to assist me with this question?
     
  3. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Sorry for the delay,

    To remove "Dashboard" and "Login"
    Go to the

    dashboard.png

    Yes you can login through wp-admin.

    2)
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .content ul.fthumbnail li span.videobox {
    background: YOUR COLOR VALUE;
    } 
    Thanks & Regards
    Nitesh Raghuwanshi
     
  4. sportsdom

    sportsdom New Member

    Joined:
    Aug 3, 2013
    Messages:
    4
    Likes Received:
    0
    Thank you for your response.

    I was able to change the color for the thumbnails in the video box. How can add white padding with rounded corners around the thumbnail?

    Also I added a background image which does not appear at the top of the page when a video is playing?.

    Thanks again for your assistance.

     
  5. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    For border
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    ul.fthumbnail li img, .content .fthumbnail img {
    BORDER: 1px solid white;
    border-radius: 5px;
    For background image:
    Please share screenshot about which area you are talking.

    Thanks & Regards
    Nitesh Raghuwanshi
     

Share This Page