Single post page header - by Olexi - on WordPress WooCommerce support

This topic has 4 replies, 2 voices, and was last updated 5 years, 5 months ago ago by Olga Barlow

  • Avatar: Olexi
    Olexi
    Participant
    December 7, 2018 at 17:44

    Hi,

    is it possible to get this solved?

    1) we would love to have the post title font much larger (3-4 times bigger) in general

    2) we are using the full with header template and on mobile the featured image (header) is ver large/high. Is it possible to reduce the hight to 50-70% of the standard hight?

    Would be great if this is possible.

    Btw, your support is really awesome and superfast. Absolutely outstanding.

    3 Answers
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    December 7, 2018 at 18:37

    Hello,

    Add the code below to child theme style.css:

    1) this one

    .global-post-template-large .single-post-large-wrapper .post-heading h2 {
        font-size: 3rem;
    }

    2) this one

    @media only screen and (max-width:992px){
        .global-post-template-large .single-post-large-wrapper {
        max-height: 35vh;
    }
    }

    Regards

    Avatar: Olexi
    Olexi
    Participant
    December 10, 2018 at 09:41

    Perfect, many thanks 🙂

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    December 10, 2018 at 18:31

    Hello,

    You are welcome!

    Regards

  • Viewing 4 results - 1 through 4 (of 4 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.