• Resolved sw38

    (@swd38)


    Hello

    I want to change the color of the arrow on the left side of the submit button. How can I do please? Now I can change only button color.

Viewing 1 replies (of 1 total)
  • Plugin Author Damian Góra

    (@damian-gora)

    Hello,

    You can use following CSS to change arrow color to e.g. #777777:

    
    body .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:before {
        border-color: transparent #777777 transparent!important;
    }
    

    Best
    Damian

Viewing 1 replies (of 1 total)
  • The topic ‘How to change left arrow color?’ is closed to new replies.