hi i cleared up my media library and i guess i erased a file which acted as a bg image for the site
as a result there is this strange grey background on some of my pages throgh the site. such as here can you help me clean this so i can achieve a white bg.
thanks attaching a screen shoot.
ok an update
i manged to replace the grey with my original bacground image which should repeat across the page but its not
its kind of hard to see the pattern so i marked it with red such as here in this page
Hi There,
Thanks for writing in!
Please add following css to your customizer CSS.
.x-container.main:before, .x-breadcrumb-wrap {
backgroubd-color: none !important;
}
Let us know how it goes!
Thanks
thanks for the quick help i am impressed
but it did not work
please look at this page
if you look cearfully at the left side of the page you will notice a pattern background
i would like it to streach across the page but currently it covers only some parts of the left side
attaching the pattern so you can see what i mean
Hi There,
We’re sorry for the inconvenience. There’s an error on the CSS. See this: https://screencast-o-matic.com/watch/cFVe05oe0R
Use this instead:
.x-container.main:before, .x-breadcrumb-wrap {
background-color: transparent !important;
}
Hope this helps.
thanks perfect
You’re welcome!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.