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
It has been 8 day's since I posted this question. Will someone be able to assist me with this question?
Hello, Sorry for the delay, To remove "Dashboard" and "Login" Go to the 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
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.
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