Where can I obtain the custom css codes to modify the appearance of the theme ? I specifically want to change the font colour of menu titles in header and/or header and menu bar colour. Sorry I have no experience with custom css. Thanks
Hello, Please provide us your website url as well as the screenshot where you facing the problem. Thanks & Regards Yogesh Bhade
I have managed to figure out how to do this - but I seem to have changed the main text colour and can't find the code to change it back - I want to change it back to black where you input text to search boxes, video description etc.. how do I do this ? thanks
Hello, To change color of menus in header, and to change menus background color just paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: #menu .ddsmoothmenu li a{ color: black; } .top_strip{ color: blue; } It will resolve your issue. Thanks & Regards Yogesh Bhade