Okay
  Public Ticket #1589704
Header Size
Closed

Comments

  • lari_000 started the conversation

    Hi,

    I need help changing;

    A - The colour of my header on my website. 

    As you will see - http://magazinest.store/ is white. 

    I have selected black in the background colour but it seems the white is set on the theme, and therefore overrides this request. 

    How can I change the colour of JUST my header (not site background)? 

    Could anyone help me with CSS and where best to place it? 

    B - The size?

    As you can see its way too high. 

    I have tried to change the padding in the Laborator > Header and Menu > Header Settings but it seems to not be able to get any smaller than this. 

    How can I make it a much thiner line across the top of the page with less padding. 

    Thanks,

    Larissa

    {"wp":{"use":false,"adminUrl":"http://magazinest.store/wp-admin","username":"","password":""},"ftp":{"use":false,"url":"","port":"","user":"","password":"","path":""}}

  • [deleted] replied

    Hi Larissa,

    1— The color that you choose is for the fonts and the icons of your header. If you want to change the background color of the header too then you can add this CSS code in your Custom CSS area:

    header.site-header {
    background: red !important;
    }

    2— This is the area where you can write 0 for example


    (view on new page)

    If you want to make this area even smaller in height then you need to decrease your logo size (height).

    Have a great week!