THEMEHALL
  • Omega
  • Cart
  • Support
  • My Account

changing the text color on the nav menu

Home › Forums › Omega Child › changing the text color on the nav menu

Tagged: te

  • This topic has 3 replies, 2 voices, and was last updated 10 years, 10 months ago by han.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • July 1, 2015 at 10:56 pm #3754
    yasmin guerrero
    Participant

    Hi

    i used the below codes to change the header and title color but i am not able to change the text color of the nav menu. i dont want to keep messin up with the editor page for i must delete something.

    .site-header {background-color: #060606}
    .site-title a:after {
    content: ” ALPHA OMEGA TUTORS”;
    display: block;
    }
    .site-header h2{
    text-align:center !important;
    }

    July 2, 2015 at 8:15 am #3757
    han
    Keymaster

    Hi Yasmin, go to “Appearance > Customize > CSS” and drop this code

    .omega-nav-menu a {
        color: #fff;
    }

    Feel free to change the hex color

    July 2, 2015 at 9:05 pm #3765
    yasmin guerrero
    Participant

    thank you Han.

    because my sub menus was not showing you also asked me to add:
    .omega-nav-menu > li > a {
    color: #FFF;
    }

    however on the computer website i could see the sub menu but not on my pphone. i was thinking to add a background color to make the text visible but if you have a better idea please do help.

    July 3, 2015 at 3:36 am #3766
    han
    Keymaster

    Please try this

    .omega-nav-menu > li > a {
        color: #FFF;
    }
    
    @media only screen and (max-width: 980px) {
    .omega-nav-menu > li > a {
        color: #000;
    }
    }
  • Author
    Posts
Viewing 4 posts - 1 through 4 (of 4 total)

You must login to reply to this topic.

Copyright © 2025 THEMEHALL.

  • Terms of Service
  • Resources
  • Blog
  • Support
css.php