This topic has 6 replies, 3 voices, and was last updated 6 years, 9 months ago ago by Olga Barlow
Hello Support, I have questions for typography and WooCommerce.
1. Typography:
– Is there any possibility to establish some general H1 – H6 font options? Size, line-height, weight…
– WooCommerce, where can I change font options, for example font size on check out page, see screenshot.
2. Check Out Process
– As you can see in the screenshot, there is no check out button shown on check out page. Why?
3. Bottom border on transparent sticky header
– See screenshot, when scrolling down transparent sticky header there is a white seperator shown. How can I make it also transparent?
Thanks for help,
regards Daniel
Hello,
1. https://prnt.sc/iluot2 (8Theme Options -> Typography -> Page)
2. Have you checked if this issue appears with our theme only or with default Storefront page too?
3. Please add this code in Theme Options > Styling > Custom css:
.fixed-header { border-color: transparent; }
Regards
Hi Rose,
1. https://prnt.sc/iluot2 (8Theme Options -> Typography -> Page) –> I know, but i mean how to fix size for each Headline (for example H1= 55px, H2= 45px, etc.). Only with custom CSS?
2. Have you checked if this issue appears with our theme only or with default Storefront page too? — > No, I have not yet. How can I check or turn on the default Storefront page?
Thanks,
Daniel
Hello,
1) Yes, unfortunately. We don’t have the individual option for every heading.
2) Go to Appearance > Themes > install and activate Storefront theme. Check the checkout.
Regards
Hello Olga,
Check out button is now visible, there was a problem with German Markets plugin.
But that –> Please add this code in Theme Options > Styling > Custom css:
.fixed-header { border-color: transparent; } does not work. I also tried border-bottom-color and to turn on border solid etc.. Color change ot he border is possible, put transparent or total disappear of the fixed header border is not. See when scroll down: https://breakingbadhabits.de/
Thanks for help,
Daniel
Hello,
Try this code
.fixed-header {
-webkit-box-shadow: none;
box-shadow: none;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up