My site has a dark background. Is there a way to set the default text color throughout so that it is light? On the individual pages, I selected light text color in the row settings, but it seems like I should be able to do this globally. On the blog landing page (http://hollyshimizu.com/articles/) and individual posts, I'm trying to figure out how to make the body and headings text light without having to edit row settings for each post.
Could you allow us to log in to your website backend dashboard so we can check on this for you more?. We are gonna need the username and password of admin user as well as the login url.
My site has a dark background. Is there a way to set the default text color throughout so that it is light? On the individual pages, I selected light text color in the row settings, but it seems like I should be able to do this globally. On the blog landing page (http://hollyshimizu.com/articles/) and individual posts, I'm trying to figure out how to make the body and headings text light without having to edit row settings for each post.
Thanks!
Hey ,
Thanks
ThemeNectar Support Team
Tried that and still doesn\'t work. I do see a red cross on the last line...the } line
Not sure what that means and how to get rid of it (?)
Also there is another bit of custom CSS that worked before but no longer does (since I updated last I think?)...to make the logo bigger on mobile:
@media only screen and (max-width: 1000px) and (min-width: 1px) {
body header#top #logo img {
height: 50px!important;
margin-top: -18px!important;
}
The logo on mobile is still quite small, and doesn\'t seem to change when I edit the size in the code. Thoughts?
Thanks!
Hey ,
There is a ending curly brace missing please add it. The red cross is making the css not work.
Thanks
ThemeNectar Support Team
adding the ending curly brace; still no white text (?). See http://hollyshimizu.com/a-sampling-of-herbal-native-plants/ and articles page. On all the other pages, I manually changed the text to white.
Hey Again,
Could you allow us to log in to your website backend dashboard so we can check on this for you more?. We are gonna need the username and password of admin user as well as the login url.
Thanks
ThemeNectar Support Team
Hey Again,
Also be sure to place the css above the media tag and not inside it otherwise the css will only work on screen resolution less than 1000px .
Also see this to find out the correct css selector for the elements that you need: https://support.woothemes.com/hc/en-us/articles/203105957-Customizing-your-theme-with-Firebug .
Thanks
ThemeNectar Support Team
Thank you!!