Remove padding between header and menu

Hi,
I have moved the header img over the menu with the childtheme download, but i cant get rid of the little padding inbetween Header and the top menu line?

http://ceedesignshop.appfab.dk/

-Johnni

And how do you change the color of the text in the slider?

And how do you get the header picture to auto scale to screen width?

And how do i change the height of the slider?

Hi Johnni,

I hope you are well today and thank you for your questions.

I have moved the header img over the menu with the childtheme download, but i cant get rid of the little padding inbetween Header and the top menu line?

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS

span.site-name,
a.navbar-brand {
    display: block;
}
And how do you change the color of the text in the slider?

You can use the below CSS code as described above to change its color.


#page .flex-caption .post-categories:after{
background-color: #000;
}

#page .flex-caption * {
    color: #000;
    border-color: #000;
}

Please change the color value in the above code to whatever you want to use by referring the following pages.

http://www.w3schools.com/html/html_colorvalues.asp
http://www.w3schools.com/tags/ref_colorpicker.asp

Best Regards,
Movin

Thanks they both worked! you do awesome work. :wink:

How do you get the header picture to auto scale to screen width?

And how do i change the height of the slider?

You are most welcome here :slight_smile:

To help us keep support thread separates could you please create new thread for each of your other questions here https://colorlibsupport.com/c/activello/ instead of asking them in your single thread as it makes the thread messy and hard to read.

If you want to you can also add reference of this thread in your newly created thread.

We would be more than happy to help you on your new thread.