Tagged: Header
-
reduce header height
-
March 31, 2018 at 11:17 am #11900
how can I reduce the predefined headers height a little bit, i feel it’s too large for the menu text.
April 1, 2018 at 12:01 pm #11903Hi yertanian,
Are you using the header builder or you talking about the themeoptions?
April 11, 2018 at 12:53 pm #11922Hi Mano,
Sorry for the late reply, Well I have checked your site.
Accordingly this is the Custom CSS Selectors needed to handle the second menu, you can change it’s color/hover color/..etc
header .mainHeader:nth-of-type(2) .headerMenu .menuContent > li > a{/*Your style goes here*/}
header .mainHeader:nth-of-type(2) .headerWrapper{ background: green; }
You know how to use it right?
Regarding the breaking news, please send admin access in a private reply. I would like to check the settings you’ve chosen from within the header builder.
Thanks
April 11, 2018 at 1:37 pm #11927can you provide a sample CSS I can copy past to change the second menu look and feel ??
April 11, 2018 at 3:14 pm #11928I’ve styled the breaking news to be full as you wanted.
For the second menu style, here is the CSS:
header .mainHeader:nth-of-type(2) { color: #E5E5E5;/*this changes the menu background color*/ } header .mainHeader:nth-of-type(2) .headerMenu .menuContent > li > a { color: #95c11f;/*this changes the text color*/ } header .mainHeader:nth-of-type(2) .headerMenu .menuContent > li > a { color: #3166a9;/*this changes the text hover color*/ }
Regards
April 11, 2018 at 3:17 pm #11929This reply has been marked as private.April 11, 2018 at 5:13 pm #11932Thanks Mohamed,
the breaking news title (the blue block) is showing half of it and there is no title
April 11, 2018 at 6:13 pm #11937This reply has been marked as private. -
You must be logged in to reply to this topic.