My first problem is on the product page when i select a attribute price is not changing, its possible to show the right (updated) prices on the product page after select the attribute ? When i go to checkout all its fine..
2. Problem is when i`am in the shop and i klick on the hamburger ( offcanvas ) size of font is changing to a smaller size, when i open the offcanvas on the index site the size of the text is again normal.. Same with the Header what i can do to solve that ?
Thanks
Here the link to the project
http://demo.digital-media-solutions.ch/index.php/shop
Price does not update on the product page after attribute selection
-
- Phoca Newbie
- Posts: 1
- Joined: 08 Mar 2020, 19:01
-
- Phoca Hero
- Posts: 2819
- Joined: 28 Nov 2010, 17:20
Re: Price does not update on the product page after attribute selection
Hi,
ad 2.
You could change to:
Header: Do you mean the top?
change the font-size, as you like.
In generell: Put changes etc. into your custom.css.
https://www.joomshaper.com/documentatio ... ustom-code > see Custom CSS
KInd regards
Christine
ad 2.
Code: Select all
.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span {
display: block;
font-size: 1rem;
padding: 0.125rem 0;
position: relative;
}
Code: Select all
.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span {
font-size: 14px;
}
Code: Select all
#sp-top-bar {
padding: 8px 0;
font-size: 0.875rem;
}
In generell: Put changes etc. into your custom.css.
https://www.joomshaper.com/documentatio ... ustom-code > see Custom CSS
KInd regards
Christine