Typography and WooCommerce Questions - by account@ad-assist.com

This topic has 6 replies, 3 voices, and was last updated 6 years ago ago by Olga Barlow

  • Avatar: account@ad-assist.com
    account@ad-assist.com
    Participant
    March 1, 2018 at 15:36

    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.

    Screenshot small fonts and check out button missing

    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?

    screenshot sticky header

    Thanks for help,

    regards Daniel

    Please, contact administrator
    for this information.
    5 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 2, 2018 at 14:35

    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

    Avatar: account@ad-assist.com
    account@ad-assist.com
    Participant
    March 2, 2018 at 16:46

    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

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    March 2, 2018 at 19:26

    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

    Avatar: account@ad-assist.com
    account@ad-assist.com
    Participant
    March 2, 2018 at 23:39

    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

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    March 3, 2018 at 12:50

    Hello,

    Try this code

    .fixed-header {    
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    Regards

  • Viewing 6 results - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.