Top Menu Bar is very hard to read

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Machperformance
    New Member
    • Jun 2017
    • 14

    Top Menu Bar is very hard to read

    Greetings,
    I am looking for advice on how to change the top menu background and font. It is that same color so no one can see how to log in. The drop down color works. but not the top where it is supposed to say Notification Messages and Log or username.



    Any help would be appreciated.
  • delicjous
    Senior Member
    • Mar 2014
    • 499
    • 6.X

    #2
    This is because of:

    HTML Code:
    .b-comp-menu-dropdown__trigger {
        color: white !important;
    }
    add the following to additional.css:
    HTML Code:
     #lnkLoginSignupMenu {    
    color: red; /* or choose a color you want*/
    cursor: pointer;  
    }

    Comment

    • Machperformance
      New Member
      • Jun 2017
      • 14

      #3
      Thank you so much. Now I am trying to figure out when I am logged in as a user the notification area next to Username I cant seem to find that in the template. Can maybe you point out where those styles are found.

      Thanks so much.

      Comment

      • delicjous
        Senior Member
        • Mar 2014
        • 499
        • 6.X

        #4
        You could change the color with a Stylevar:

        Search for the stylevars:
        main_nav_admin_bar_text_disabled_color
        main_nav_admin_bar_text_color_hover

        don't try if it works also for Login or Register when you are logged out.

        Comment

        • LCTlive
          Member
          • Oct 2021
          • 75

          #5
          delicjous <-- Thanks!

          I made my "Login or Sign Up" link a different color, and it's easier to see now.

          It's now the same color red as the rest of the links in my theme.

          Comment

          Related Topics

          Collapse

          Working...