• Resolved Roger Vikstrom

    (@roger-vikstrom)


    How to hide the
    Naturfotograf Roger Vikström / RVBILD
    Naturfoto med inriktning på nordisk natur och vilda djur

    in the header?

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • That is the site title and site tagline that is set in Settings->General area in the admin dashboard. So you can either clear those out and save the changes or you can use the following CSS in Appearance->Customize->Additional CSS

    .header-titles-wrapper .header-titles {
        display: none;
    }
    Thread Starter Roger Vikstrom

    (@roger-vikstrom)

    Thank you. Is there a way to minimize the distance between site title and site tagline and the image and the distance below the image

    I think these should work

    #site-content .entry-header {
        padding-bottom: 0px;
    }
    
    #site-content .post-inner {
        padding-top: 0px;
    }
    Thread Starter Roger Vikstrom

    (@roger-vikstrom)

    Thank you so much I’m so grateful
    /Roger

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