This topic has 5 replies, 2 voices, and was last updated 6 years, 8 months ago ago by Rose Tyler
Hi!
I have some issues with the single product page (http://monstedcykler.dk.linux83.unoeuro-server.com/?product=bergamont-revox-5-0).
1. There’s a thin line going through the headline???
2. Can “Beskrivelse” and “Yderligere information” be unfolded by default? If not, can I change the color of the unfold arrow so it’s more visible. Actually it took me a while to notice it…
3. The product image seems unsharp, why? When it’s zoomed it’s perfect sharp…
4. I need to have an option to choose both bike size (27R/29R) and frame size (XS, S, M, L etc.) before putting the bike in the basket. How can I do that?
Thanks in advance!
Hello,
1. Please add this code in Custom css:
.single-product .page-heading.bc-size-small .container .col-md-12:before {
display: none;
}
2. Use this code to change the color:
.tabs .accordion-title a:after {
color: #1e1e1e;
}
3. Please check our documentation https://www.8theme.com/documentation/xstore/woocommerce/product-images/
4. Here you can find instruction how to create a variable product https://docs.woocommerce.com/document/variable-product/
Regards
Hi again!
Things are beginning to look as I want them to, but have a few small issues:
1. The brand logo (Bergamont) is pretty small and very close to the “compare” text. Can You tell me how to move it a little down and make it al little bigger?
2. Underneath the brand logo there’s a little text (varenummer). How can I delete this? Preferrable on the whole site since we are not using product numbers!
THANKS!
Sorry – forgot two things:
3. I managed to change the color og the arrow at “Yderligere information” and assume that since you didn’t tell me how – it can’t be unfolded by default? If not unfolded by default can You tell me how to change the text to: Yderligere information – klik hér”
4. I’ve asked earlier but didn’t get an answer! How can I change the color of “KATEGORIER” in the sidebar – both on the shop and on the frontpage?
THANKS AGAIN!
Hello,
1.
.product-information .product_meta > span {
margin-top: 25px;
}
.product-information .product_meta img {
max-width: 165px;
}
2.
.single-product .product-information .sku_wrapper {
display: none;
}
3. You can change this text using translation files.
4. Find this code in Theme Options > Styling > Custom css http://prntscr.com/irjb10 and change the color value.
.sidebar-widget.widget_product_categories .widget-title {
background-color: #f1ac2b;
color: #fff;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up