Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi Anthony,

    How did you add the logo? From the source code it looks like it’s in the wrong place. Did you use the Site Logo feature in Customizer? Here’s where you can find more info (although it’s on wp.com it can still be useful information):

    https://en.support.wordpress.com/site-logo/

    As for the font size below the main image, try this code in a custom CSS editor:

    #pique-hero .pique-panel-content .entry-content p:first-of-type {
        font-size: 2em;
    }

    Replace 2em with a smaller font-size value.

    I hope this helps ??
    – Maria Antonietta

    Thread Starter anthony19145

    (@anthony19145)

    Unfortunately none of that worked.

    The logo option via the customizer is not an option in Pique and the font size changes – on one single line – on it’s on, regardless of what code I’m actually putting in.

    If the logo isn’t available, the header image is and that’s what you’ve used, which is now in the right place above the navigation.

    As for the font size, I can certainly manipulate it with the code above using developer tools, so I’m not sure what might be stopping the code from working. Try using !important at the end of the declaration:

    #pique-hero .pique-panel-content .entry-content p:first-of-type {
        font-size: 1em !important;
    }
    Moderator Kathryn Presner

    (@zoonini)

    The logo option via the customizer is not an option in Pique

    A site logo upload is available in Pique via the Customizer if you activate the Jetpack plugin – looks like you found it but just wanted to mention it here in case anyone finds this thread in the future and has the same question.

    Do you still need any help with the font size or did the CSS Maria provided you with help?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Header menu and font size’ is closed to new replies.