This topic has 14 replies, 5 voices, and was last updated 9 years ago ago by Eva Kemp
Hello,
The site you provided is under maintenance mode.
We can’t see it.
Please give us access to it or clarify your query.
Regards,
Eva Kemp.
Thank you for replying to me Eva!
Hello,
Do you want to duplicate Shop page?
Unfortunately there is no such possibility.
You can only create a separate page and use Products element in Visual Composer editor to show products.
Best regards,
Jack Richardson.
How do I remove Product description from single product page?
The arrow after product description is redirecting to another product, will be extremelly confusing to customers.
Thanks a lot
http://www.alittlebitoffashion.com/product/michael-michael-kors-aquamarine-sutton-medium-satchel/
Hello,
Please use this code in Theme Options->Custom CSS-> Global Custom CSS.
.product-navigation {
display: none;
}
Regards,
Robert Hall.
Great! Thanks a lot 🙂
Another question – For the same page I’d like to put the name of the product always the same size and color. I’m using Visual Composer – Front End – CSS to achieve the size and color I want.
.page-heading .title
{ font-size: 20px;
color: #000000;
}
What’s the line in the css page can that I change this please?
Thank you again.
Hello pattyzinha100,
you need to add this code to theme’s custom.css file.
You can enable this “custom.css” file, in which you can override the default styling of the theme, by renaming the file “default.custom.css” which is located in theme directory.
All the CSS styles placed in this file will not be lost after upgrading the theme in the future!
Regards,
Stan Russell.
I’m not sure I understood you correctly.
This is what I did but it didn’t work. What am I missing?
Appearance – Editor – WooPress – 8theme WordPress theme: Stylesheet (style.css)
I changed line 7152 and 7153
It was:
}
.page-heading .title {
font: 24px/24px ‘Raleway’, Arial, Helvetica, sans-serif;
color: #252525;
And I changed to:
}
.page-heading .title {
font: 20px/20px ‘Raleway’, Arial, Helvetica, sans-serif;
color: #000000;
Hello,
we have added needed code to Theme options > Custom css > Global custom css. Please check your site.
Regards,
Stan Russell.
Awesome!
One more question on the same page – How do I remove the breadcrumbs?
Hello,
Please add this code in Theme Options > Custom CSS > Global Custom CSS:
.page-heading .woocommerce-breadcrumb {
display: none;
}
Regards,
Eva Kemp.
YaY! Thank you Eva!
In the same page – How do I Remove “Return to Previous Page” please?
Hello,
Please use this code in Global Custom CSS:
.back-history {
display: none;
}
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up