Hi, Can you tell me how to change the colour of the text and separators in the menu tabs please. This is what it looks like now https://www.ovencleanerdoncaster.co.uk/ (purple on blue) I have attached a screen shot to show what i want it to look like. White text on blue tab & yellow separators. Thank you.
Hi, To change the color of the text and separator in the menu, just paste the code given below in Custom CSS section. (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: #menu .ddsmoothmenu li a { color: #ffffff; } #menu .ddsmoothmenu li { border-right: 1px solid yellow; } Hope this helps...! Thanks & Regards! Akbar InkThemes.com
Thanks Akbar, that works lovely. I wonder if you could help me with the way it renders on the smart phone. it has a Black strip at the top and I would like it to be blue. It is really ugly. Thank you.
Hi, To the color of the top strip, just paste the code given below in Custom CSS section. (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .mean-container .mean-bar { background: blue; } Hope this helps...! Thanks & Regards! Akbar InkThemes.com