-
AuthorPosts
-
May 13, 2020 at 5:46 pm #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
May 13, 2020 at 7:04 pm #1212713Hey 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 ShannonMay 13, 2020 at 9:06 pm #1212761I’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
May 13, 2020 at 9:28 pm #1212770Hi,
Yes provide admin info so we can log in and work it out.
Best regards,
Jordan ShannonMay 13, 2020 at 10:16 pm #1212785Thank 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
May 13, 2020 at 10:27 pm #1212786The color I want the menu line changed to is #ffd12b (yellow)
May 13, 2020 at 10:32 pm #1212789Hi,
The log in info is not working for me. I just need the username and pass.
Best regards,
Jordan ShannonMay 14, 2020 at 10:59 pm #1213085See Below:
May 16, 2020 at 11:12 am #1213531Hi 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,
RikardMay 20, 2020 at 10:08 pm #1214800Maybe 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=0May 22, 2020 at 12:57 pm #1215212Hi,
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,
RikardMay 27, 2020 at 7:04 pm #1217115Thank 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!
May 27, 2020 at 7:37 pm #1217126Hi,
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 ShannonMay 28, 2020 at 5:47 pm #1217467That worked!
THANK YOU!
May 28, 2020 at 7:03 pm #1217481Hi,
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 -
AuthorPosts
- The topic ‘Color Change’ is closed to new replies.