Hi, I have used a text only as my logo. When viewed on a mobile device such as iPhone the text for the logo is white but the background is also white and so you can not see it. Note I have put some transparency on the background as a temporary measure so it can be seen but in need the text to say dark when on the white background. James
Hi, I have used a text only as my logo. When viewed on a mobile device such as iPhone the text for the logo is white but the background is also white and so you can not see it. Note I have put some transparency on the background as a temporary measure so it can be seen but in need the text to say dark when on the white background. James
Hey,
Please provide the page url so that i can write up the custom css for whats possible.
Thanks
ThemeNectar Support Team
http://upsettertravels.com/
Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
@media only screen and (max-width: 1000px) and (min-width: 1px) { #header-outer.transparent header#top #logo, #header-outer.transparent header#top #logo:hover { color:#000 !important; } }
Thanks
ThemeNectar Support Team
You're the man! Cheers.