hi
I just upgraded X after advice from one of your reps. I had held off for ages as I knew there would be issue. So what has now happened in the Blog page is the background has turned black, instead of its standard white. The same for the individual post pages
The code which has always worked to set those backgrounds is the following
/*Set blog and post background & padding*/ body.single-post .entry-wrap { padding: 2px 20px 2px 20px; background-color: white; } body.blog .entry-wrap { padding: 2px 20px 4px 20px; background-color: white; }
I also found the following in an earlier thread and tried it, but both still remained black
.blog .entry-wrap, .single-post .entry-wrap { background-color: #0a0f54; }
Any suggestions at all as to how to fix this? The stack is Integrity
There is also an issue now with the menu on mobile devices, but will raise another issue for this
URL for the blog page is here http://feastthailand.com/blog/
Regards

