Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #186789
    nsimms
    Participant

    I would like to remove or resize the header box. Currently it displays a purple box behind my logo. What is the custom css to resize the header?

    #187040
    Skandha
    Participant

    @nsimms: Hello there,
    To resize the Header
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .site-header-main {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    Let me know if you still want to reduce the height of the header.
    Kind Regards,
    Skandha

    #187376
    nsimms
    Participant

    That seemed to only adjust the main header rather than the header media area. you can see it on my site currently since the MP4 is not playing.

    BWIGlobal24.com

    #187405
    Skandha
    Participant

    @nsimms: Hello there,
    I have sent you an email. Please provide your WP Admin Credentials through the email so that I can look in to the issues you are having.

    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to remove purple header box from behind my homepage logo’ is closed to new replies.