and the pages dont show up normal when clicking on a post
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
my pages are not displaying correctly in chrome either, they do not have the white back ground any longer
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Can you link your site again
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Looks like you’ll have to add this in too:
.site {
background: white;
}
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
But I don’t know how it was before, do you have a screenshot?
i do not have a screen shot. the way it looked before was simple. when you click on a post it would show you all the information with a white background in the shape of a page
http://www.spicelean.com
i guess the proper term would be the background of each “post” needs to be white rather than see through like it appears after the update
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Did that CSS 3 posts above do what you want?
no, i added it but it didnt change anything. my post backgrounds are still see through causing the text to hover over the background image
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Instead of adding that CSS try removing this in your Custom CSS:
#page {
background: none;
}
ok so what that did was now ad a giant page on the main page that shows all the bubbles.
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support