Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #299602
    Luis
    Participant

    I 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.

    #299683
    tikaram
    Keymaster

    @luismelhernandez: Can you please let me know the desired color so that I can provide you the required additional css.

    Regards,
    Tikaram

    #299749
    Luis
    Participant

    I 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.

    #299821
    Luis
    Participant

    Hello?

    #299822
    Luis
    Participant

    Can you help me please?

    #299832
    tikaram
    Keymaster

    @luismelhernandez:  Please try adding the following additional css

    .site-navigation a {
        color:#3853a4 !important;
    }
    .site-info a, .site-info {
        color: #ed2226 !important;
    }
    
    
    #299919
    Luis
    Participant

    No… 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.

     

    #301372
    Sakin
    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;
    }
Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘How do I change the color of the menu?’ is closed to new replies.