Okay
  Public Ticket #2895438
Button Border Color on Transparent
Closed

Comments

  •  2
    Craig Hindman started the conversation

    Hey Team,

    As you can see from this link i have a pull left and pull right button on the main header which are white on transparent. When I scroll the header changes to blue and the button borders go dark. I would like them to stay white. Can't find anywhere this is set. Is it possible to get a code to override so button borders stay white?

    Thank you!

    Craig

    https://johna198.sg-host.com

  •  1,878
    Judith replied

    Hi Craig,

    Please try this css:

    #top nav>ul>li[class*=button_bordered]>a:before {
        border-color: rgb(255 255 255);
    }

    Thanks.

  •  2
    Craig Hindman replied

    Perfect! Thank you!!