• Hi – how do I remove the / and Search feature from the header? This is a one-page site, so nothing to search for.

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello @tg2020,

    Please add below CSS in Additional CSS of Customizer.

    .search-icon{
        display: none;
    }

    Thanks.

    Thread Starter tg2020

    (@tg2020)

    Thank you – that was easy!

    How do I fix the padding on the home page widgets so they are not full width?

    A SPECIAL PLACE TO CALL HOME
    and
    REGGIE’S FOREST FILM

    should be aligned with

    EXPERIENCE THE WHOLE DOCUMENTARY
    and
    BROUGHT TO YOU BY UNSCENE

    Hello,
    You can add below CSS for center alignment for those texts:

    section#text-7 {
        width: 100%;
        text-align: center;
    }
    section#media_gallery-3{
        width: 100%;
        text-align: center;
    }

    If you only want to add padding on the left side then add below one:

    section#text-7 {
        padding-left: 90px;
    }
    section#media_gallery-3 .main-title{
        padding-left: 90px;
    }

    Thanks.

    Thread Starter tg2020

    (@tg2020)

    Thank you! It’s getting there – any suggestions on it making it look more like the theme itself? I’d really like to change the font of the header title as well

    Hi,
    What do you mean by making it look more like theme itself? Please explain it clearly so that I can understand and help you better.

    Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Search button’ is closed to new replies.