Epicon Michael David Design customize orange size bar

Hello i need to reduce the big orange bar in Epicon Theme by Michael David Design
http://michaeldaviddesign.com/themes/epicon/
with css but i can’t do it. Anyone could help me please?
I’d like to have orange bar size like a menu bar size when you scroll down the page… you know what i mean?! Thanks for helping to add right css code in right place.

Thank You so much

Hi,

You could try:

#titlelogo {
    display: none;
}

#socialicons {
    display: none;
}

add this to kryten’s css

:

#fixedwrap {
height: 78px;
}

nav {
left: 0;
text-align: center;
padding-top: 25px;
padding-bottom: 25px;
width: 100%;
z-index: 2000;
}

#titlelogo {
display: none;
}

#socialicons {
display: none;
}

Well in this case the orange bar collapses or can i reduce the height size ?! I’d like to have a regular orange menu bar like this…

Sorry i don’t understand what is Kryten’s css…
May i overwrite the Epicon’s CSS with this code to have something like this?!..

Thank you so much

Hi
i have to edit style.css in content’s theme folder or can i edit also in RW inspector bar?

hi, yes paste the code in the css panel you have pictured, look at my first reply i have a screengrab of the code in the css panel.