menu css rules don't display the same in chrome than in firefox

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • melivea01
    New Member
    • Mar 2016
    • 3

    menu css rules don't display the same in chrome than in firefox

    Code:
    .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
        color: #fff;
        background-color: transparent;
    }
    it displays transparent in firefox as it should but it displays black in chrome, and it shouldn't can you please help me get some consistency across this?. Thank you!!!

    for reference the site is: www.sentientvision.com/wordpress

    Thank you!
    Attached Files
    Last edited by Rabbit; Mar 11 '16, 06:37 PM. Reason: Please use [code] and [/code] tags when posting code or formatted data.
  • Diksha Ruth
    New Member
    • Sep 2011
    • 2

    #2
    Try -webkit-appearance: none

    Comment

    • melivea01
      New Member
      • Mar 2016
      • 3

      #3
      thank you!, just drop that on the css editor?

      Comment

      • melivea01
        New Member
        • Mar 2016
        • 3

        #4
        Also on this website I don't know how to get the logo in the top left corner, could you please help me? thank you!! http://lg-portafolio.com/

        Comment

        Working...