-
AuthorPosts
-
June 24, 2014 at 4:22 pm #283114
Hi
http://www.cubebikesnortheast.co.uk
I have tried making a custom background image, but unsure of the correct size, i would like the different colour background for the menus and to have a similar header size to the cube websiteThanks
June 24, 2014 at 5:35 pm #283143Hi nsr500rossi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.av-main-nav > li:hover { background-color: red; }
Cheers!
YigitJune 24, 2014 at 5:51 pm #283157Hi, i guess i did not explain myself very well Yigit ..sorry
I just want the block of colour in the main header, then the menu in the with the different background colour, i am not worried about the rollover effect.
Visually i would like the same header as this site http://www.cubebikesnortheast.co.uk
I can put he menus underneath the logo, but don’t know how to change the background colour, for the menus
Is that any clearer . ?
Cheers
Mike
June 24, 2014 at 5:55 pm #283160Hey!
Oh, please add following code to Quick CSS instead in that case
#header_main_alternate { background-color: red; }
Regards,
YigitJune 24, 2014 at 6:15 pm #283166Brilliant thank you ;-)
Just 2 more little things, i would like to increase the depth of the menu bar to accommodate a larger font and also increase the depth of the main header
Thanks again Yigit
June 24, 2014 at 6:30 pm #283174Hi!
Please add following code to Quick CSS as well
.html_header_top.html_bottom_nav_header .main_menu>div, .html_header_top.html_bottom_nav_header .main_menu ul:first-child { height: 50px; }
If that does not work, please post the link to your website
Cheers!
YigitJune 24, 2014 at 6:50 pm #283186Great stuff. that worked, but i now need to centre the menu links as they are slightly high up in the bar now (not centred), oh and lastly i would like to change the font to upper case ;-)
Thanks for all your help Yigit
June 24, 2014 at 7:19 pm #283194Hey!
Please add following code
#top .av-main-nav > li > a { text-transform: uppercase; }
and can you post the link to your website?
Best regards,
YigitJune 24, 2014 at 7:41 pm #283198Thanks, i managed to sort the uppercase out myself
Here is the link to my site ..very very early days http://www.cocoprint.co.uk
So just need to menu links to drop down a bit in the bar so they are centred
Cheers mike
June 24, 2014 at 7:48 pm #283200Hi!
Please add following code to Quick CSS as well
.html_header_top .av_bottom_nav_header .main_menu ul:first-child > li a { height: 50px !important; line-height: 50px !important; }
Regards,
Yigit- This reply was modified 10 years, 5 months ago by Yigit.
June 24, 2014 at 8:01 pm #283204Hi
Unfortunately that did not fix it
The menu writing is still slightly high in the barHere is all the custom CSS i have
#header_main_alternate { background-color: #282528; }
.av-main-nav > li:hover { background-color: #b5c62c; }
.html_header_top.html_bottom_nav_header .main_menu>div, .html_header_top.html_bottom_nav_header .main_menu ul:first-child {
height: 48px;
}#top .av-main-nav > li > a { text-transform: uppercase; }
.html_header_top .av_bottom_nav_header .main_menu ul:first-child > li a {
height: 50px;
line-height: 50px;
}Thanks
Mike
June 24, 2014 at 8:10 pm #283207Hi!
I have edited the code i posted here – https://kriesi.at/support/topic/how-to-modify-header-to-achieve-this/#post-283200 and added !important rule. Please try it now :)
Best regards,
YigitJune 24, 2014 at 8:28 pm #283217Hey
Thanks that seems to have done the trick
Thanks for your help
Mike
June 24, 2014 at 8:31 pm #283218 -
AuthorPosts
- The topic ‘How to modify header to achieve this ..’ is closed to new replies.