Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #1212673

    Simple question:

    Where would I find the place to change the color of the highlight bar for the main menu?

    In the attached URL, you will see a blue line below the main navigation and I want to change that color.

    Thanks,

    Dan

    #1212713

    Hey Dan,

    That’s changed via css. You can adjust the color to what you need:

    .header_color .avia-menu-fx{
        background-color: #0089bf;
    }

    Best regards,
    Jordan Shannon

    #1212761

    I’m sure you remember me, I’m not a tech guy and have never adjusted the CSS.
    Is that something I can give you access to do for me?

    Dan

    #1212770

    Hi,

    Yes provide admin info so we can log in and work it out.

    Best regards,
    Jordan Shannon

    #1212785

    Thank you! The login info is below.

    Also, can you turn off the text in the extreme top blue bar? I do not want the phone number and Login Info there.

    Thanks!

    Dan

    #1212786

    The color I want the menu line changed to is #ffd12b (yellow)

    #1212789

    Hi,

    The log in info is not working for me. I just need the username and pass.

    Best regards,
    Jordan Shannon

    #1213085

    See Below:

    #1213531

    Hi Dan,

    Thanks for that. I added the CSS for you in Quick CSS, and removed the top bar under Enfold->Header. Please review your site.

    Best regards,
    Rikard

    #1214800

    Maybe I wasn’t clear, I would like to keep the blue bar at the top, with NO text in that bar.

    The yellow lines under the main navigation are not visible on my end – still blue.

    Did you do that?

    Below is a GFX that may clarify my request.
    https://www.dropbox.com/s/3qse9udny1l196b/Enfold.png?dl=0

    #1215212

    Hi,

    Thanks for the update. The lines are yellow already on my end, please load the site in and incognito/private window if you can’t see it on your end.

    Do you want a bar at the top of your header for decoration only? If so then please try this in Quick CSS:

    #header {
      border-top: 20px solid blue;
    }

    Best regards,
    Rikard

    #1217115

    Thank you!

    I this the right Quick CSS code for the hex color I wanna use?

    #header {
    border-top: 20px #0089bf;
    }

    Also, can more than one Quick CSS entry be used?

    Thanks!

    #1217126

    Hi,

    More than one can be used yes. As for your css you may need to specify the border type. See the following:

    #header {
    border-top: 20px solid #0089bf;
    }

    Best regards,
    Jordan Shannon

    #1217467

    That worked!

    THANK YOU!

    #1217481

    Hi,

    Perfect! I’m happy to be able to help. If you need anything else, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘Color Change’ is closed to new replies.