Members' Dashboard

Discussion in 'VideoMember WordPress Theme' started by zeewon30, Mar 7, 2017.

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

    zeewon30 Member

    Joined:
    May 7, 2012
    Messages:
    41
    Likes Received:
    1
    Hello, I'm selling video courses on my site. The issue I'm having is that the members' dashboard allow them to submit videos to the site. I use css to remove the "add video" button from the homepage and from inside the user dashboard. However, there are other residues that remain that doesn't make the dashboard look professional. Can you provide me with a css code that will take care of this issue?
     
  2. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Please share the screenshots of the concerned areas, we will check and share the required custom CSS code for the same.

    I look forward to hearing from you soon.

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     
  3. zeewon30

    zeewon30 Member

    Joined:
    May 7, 2012
    Messages:
    41
    Likes Received:
    1
    Hello Naveen, please see attached image for more information. Thanks Areas to be removed from dashboard.png
     
  4. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Hello Kevin,

    If you want to hide the add new video button from there then, you need to paste the below custom CSS code in Dahshboard->Appearance->Theme Options->Styling settings->Custom CSS field.
    Code:
    .sidebar.dashboard ul.navigation li.add-new {
        display: none;
    }  
     .top_strip .menu .associative_link li.listing-btn a{
        display:none;
     }
    
    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     
  5. zeewon30

    zeewon30 Member

    Joined:
    May 7, 2012
    Messages:
    41
    Likes Received:
    1
    Thank you, that helped.
     
  6. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    welcome :)
     
Thread Status:
Not open for further replies.

Share This Page