Hi there, I need to change the color, font and text type of the "Login", "Logout" and "My Dashboard" text/link at the top of the screen. I need to change the color to white and make the font larger. I also want to try different type of texts. See screen attached shot. Also, there is a little icon next to the text. The icons are not very visible. I need to change them to white color. Can you point the location of those icons Kindly, assist. Thanks, Mike
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .top_header #user_acces li a { color: #FFFFFF; font-size: 16px; } Change color and font-size according to your need in above code. That images are stored in images folder of theme with the name of login-key.png, logout-icon.png, and dashboard-icon.png. You can change their size and color by any image editing software. It will resolve your issue. Thanks & Regards Yogesh Bhade