Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #349400

    Hi – could you help me out with a couple of display issues please?

    1) The header of the website – I’ve been hunting for the header background colour but can only find the logo background colour? So the colour behind the menu links hasn’t changed.

    2) Also, expanding the logo height seems to have made the drop-down menus go a long way down so that they start at the top of the slider – is that normal?

    3) Finally could you help me with some custom css to centre the top bar text please?

    Thank you!

    Kathryn

    #349741

    Hey kathrynmichaud!

    1. Try navigating to Dashboard > Enfold > Advanced Styling and create a new style for the main menu links and set their background to transparent or the color of your header.

    2. Yes since your using a full width slider it will butt up against the header.

    3. Try this out.

    #header_meta .phone-info {
        text-align: center !important;
        width: 100% !important;
    }

    Cheers!
    Elliott

    • This reply was modified 10 years ago by Elliott.
    #349972

    All perfect – thanks! Could you let me know one more thing? How can I change the image that is shown when somebody hovers over an image that is connected to a lightbox? I think it’s a curled arrow at the moment.

    Thanks.

    Kathryn

    #350061

    Hi, I also have a website build here: http://www.littlefoxwebdesignbuilds.co.uk/steedmedia – I’d like to re-create a similar layout for the header as you can see on this website: http://www.katapult.co.uk/ – could you tell me how I could move the menu links further along towards the logo and then add a phone number/email next to the social icons on the right-hand side?

    Thanks!

    Kathryn

    #350063

    Hi!

    Please see – http://kriesi.at/documentation/enfold/change-icon-used-for-standard-theme-elements/
    if you would like to use a custom image, please add following code to Quick CSS in Enfold theme options under General Styling tab

    .image-overlay .image-overlay-inside:before {
    content: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png); 
    }

    Regards,
    Yigit

    #350101

    Hi – that’s great thank you – could you also help me out with the other query above regarding re-creating a similar layout to that seen on the Katapult website header?

    Thanks!

    Kathryn

    #350105

    Hey!

    Please go to Enfold theme options > Header > Extra Elements and add phone number and choose to display it on the right side and then let us know

    Cheers!
    Yigit

    #350125

    Hi – yes I’ve done that now – that’s added the phone in to the top bar – if possible I’d like to display it actually in the header area. So as at http://www.katapult.co.uk, have the logo to the left, the main menu links just along from the logo and then the phone number and social links across to the right, all within the header area.

    Thanks!

    Kathryn

    #350131

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust values as needed

    .avia-menu.av-main-nav-wrap.av_menu_icon_beside { position: relative; left: -25%; }
    .phone-info { position: relative; top: 59px; font-size: 20px; right: 96px; }
    .header-scrolled .phone-info { top: 40px; }

    Regards,
    Yigit

    #350136

    Hi – that’s absolutely superb! Thanks so much – any chance I could add css to change the colour of the telephone number?

    Kathryn

    #350142

    Hey!

    Please add following code to Quick CSS as well

    .phone-info span {
    color: white;
    }

    Regards,
    Yigit

    #350148

    Hi – that’s perfect! Thanks again for all your speedy help.

    Kathryn

    #350158

    Hi!

    You are welcome Kathryn, we are always glad to help :)

    Best regards,
    Yigit

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Header Background Colour’ is closed to new replies.