- This topic has 7 replies, 3 voices, and was last updated 11 months ago by
Sakin.
-
AuthorPosts
-
February 13, 2022 at 1:27 am #299602
Luis
ParticipantI need to change the color of the menu. http://www.luishernandezgraphics.com
Please help. I added this code:
.site-header-top-main,
#header-navigation-area .wrapper {
padding: 0 30px;
background-color:#3853a4
}.site-navigation a {
color: #e5e5e5;
display: block;
letter-spacing: 0.025em;
line-height: 1.25;
outline-offset: -1px;
text-transform: uppercase;
}It changes the color when the browser window is fully open but it does not work when you reduce the window smaller.
February 13, 2022 at 7:31 am #299683tikaram
Keymaster@luismelhernandez: Can you please let me know the desired color so that I can provide you the required additional css.
Regards,
TikaramFebruary 14, 2022 at 9:16 am #299749Luis
ParticipantI want to do the following:
- Color the main menu on top with #3853a4
- Color the footer with #ed2226.
- Make the site more narrow (changing the width) so it shows more color on both sides.
Thanks.
February 15, 2022 at 8:20 am #299821Luis
ParticipantHello?
February 15, 2022 at 8:48 am #299822Luis
ParticipantCan you help me please?
February 15, 2022 at 12:53 pm #299832tikaram
Keymaster@luismelhernandez: Please try adding the following additional css
.site-navigation a { color:#3853a4 !important; } .site-info a, .site-info { color: #ed2226 !important; }
February 16, 2022 at 8:47 am #299919Luis
ParticipantNo… I am sorry… I am not explaining correctly.
I want where it says “Copyright Luis Hernandez etc.” to be in WHITE #fff (white letters)
and I want the Grey Footer Box to be in RED #ed2226.
Please. Sorry.
March 13, 2022 at 3:30 am #301372Sakin
Keymaster@luismelhernandez: Has the issue with your footer Color been fixed? I see that you have added the following CSS on your site which change it to the blue color. If you want that to be changed to red then you need to change that color code from #3853a4 to #ed2226 on the following CSS:
#colophon { background-color: #3853a4; }
-
AuthorPosts
- The topic ‘How do I change the color of the menu?’ is closed to new replies.