This topic has 19 replies, 4 voices, and was last updated 8 years, 7 months ago ago by Jack Richardson
Trying to get my pages transparent in order to see the background image, but everything is becoming transparent. Also, too much padding on the pages
Hello,
Your site is under maintenance mode.
Please provide us with wp-admin access in Private Content.
Regards,
Robert Hall
log in
Hello,
As I see your pages are already transparent and background image is visible.
Please show on a screenshot what exactly you want to achieve.
Thank you.
Best regards,
Jack Richardson.
I want the images on the pages, i.e. product images to not be transparent. Not so much white space at the top of the pages as well. The shop page has barely any padding/margins as well
Hello,
I’ve edited the code in Global Custom CSS from this:
.page-wrapper {-moz-opacity:.50; filter:alpha(opacity=75); opacity:.75;
style="margin-top": 5px;
}
to this:
.page-wrapper {
margin-top: 5px;
}
and set color rgba(255, 255, 255, 0.5)
for Container Background Color in Theme Options > Styling.
Please check your site now.
Best regards,
Jack Richardson.
Transparency looks great. Still a lot of space at top of pages and shop page has none. Also, I don’t want the page titles…they seem to have now appeared.
Hello,
Please show on screenshot what space you want to remove.
To remove titles add this code in Global Custom CSS:
.page-heading.bc-type-7 h1.title {
display: none;
}
Best regards,
Jack Richardson.
See below
Hello,
Add this code in Global Custom CSS:
.page-id-145 .page-heading.bc-type-7, .page-heading.bc-type-8 {
display: none;
}
.woocommerce .woocommerce-breadcrumb {
padding-top: 50px;
}
Regards,
Eva Kemp.
Hi did not change the shop page.
Hello,
As I see space is added at the top http://storage8.static.itmages.com/i/16/0420/h_1461176039_7388097_55132df2fd.png . Where else do you want to add it?
Best regards,
Jack Richardson.
Also, I don’t want page titles on any pages
Space should be added at the sides on shop page
Hello,
Add this code in Global Custom CSS:
.page-heading.bc-type-5 h1.title, .page-title {
display: none;
}
.woocommerce-page .page-wrapper {
padding-left: 35px;
padding-right: 35px;
}
Best regards,
Jack Richardson.
Blog, About and contact page still shows page titles. Spacing is now perfect!
Hello,
I don’t see any titles there, only breadcrumbs is visible. Do you want to remove them also?
http://prntscr.com/auqzmy
Regards,
Robert Hall
Yes please remove
Hello,
I’ve disabled breadcrumbs in Theme Options > General > Header Settings > Breadcrumbs Style.
Best regards,
Jack Richardson.
Tagged: best selling, pages, seo friendly, themes, transparent, woocommerce
You must be logged in to reply to this topic.Log in/Sign up