Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #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 website

    Thanks

    #283143

    Hi 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!
    Yigit

    #283157

    Hi, 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

    #283160

    Hey!

    Oh, please add following code to Quick CSS instead in that case

    #header_main_alternate { background-color: red; }

    Regards,
    Yigit

    #283166

    Brilliant 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

    #283174

    Hi!

    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!
    Yigit

    #283186

    Great 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

    #283194

    Hey!

    Please add following code

    #top .av-main-nav > li > a { text-transform: uppercase; } 

    and can you post the link to your website?

    Best regards,
    Yigit

    #283198

    Thanks, 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

    #283200

    Hi!

    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.
    #283204

    Hi

    Unfortunately that did not fix it
    The menu writing is still slightly high in the bar

    Here 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

    #283207

    Hi!

    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,
    Yigit

    #283217

    Hey

    Thanks that seems to have done the trick

    Thanks for your help

    Mike

    #283218

    Hi!

    You are welcome Mike, we are always glad to help :) Let us know if you have any other questions or issues!

    Cheers!
    Yigit

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘How to modify header to achieve this ..’ is closed to new replies.