Okay
  Public Ticket #1510183
Button Touch Color
Closed

Comments

  • dat_07 started the conversation

    Hello, I have a problem with button color when I tap it on mobile version, how I can change this color? Help with it, please.

    (look attachment)

  •  9,016
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    input[type=submit]:hover, button[type=submit]:hover, input[type="button"]:hover {
        background-color: #ffdf26 !important;
    }

    Thanks


    ThemeNectar Support Team 

  • dat_07 replied

    Unfortunately, nothing changed. In mobile version (iPhone-Safari) this blue hover still visible

  •  9,016
    Tahir replied

    Hey Again,

    Please clear your cache using this guide: https://themenectar.ticksy.com/article/6226

    Best.


    ThemeNectar Support Team 

  • dat_07 replied

    Okay, It's done, but this blue hover is still on button

  •  9,016
    Tahir replied

    Hey Again,

    I just tested it and it seems to be alright now : http://prntscr.com/ittfsm . Try in another device . 

    Be.st


    ThemeNectar Support Team 

  • dat_07 replied

    Oh, in attachement was different button( This one is okay, I said about See Through Button with yellow borders

  •  9,016
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    body.ascend .nectar-button.see-through-2 {
        background-color: transparent;
    }

    Thanks


    ThemeNectar Support Team 

  • dat_07 replied

    Yes! Great, thank you!