Search Form Custom Shadow Color When Selected?

Discussion in 'Harrington- A WordPress Business Theme.' started by lucentpools, Oct 30, 2014.

Thread Status:
Not open for further replies.
  1. lucentpools

    lucentpools Member

    Joined:
    Oct 16, 2014
    Messages:
    37
    Likes Received:
    0
    Hello,

    I have edited the "orange color scheme" to a custom color to match my logo. The only thing that I can't find is where to change the color of the search form when selected. When the text box is selected the search form shadow changes to an orange color. I would like to change that to the color matching my logo. My logo color is #22BBCC.
    See image below. Thank you!
    www.lucentpools.com
    searchform screenshot.png
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .page-content .searchform input[type="text"]:focus {
    box-shadow: 0 0px 5px #22BBCC;
    -moz-box-shadow: 0 0px 5px #22BBCC;
    -webkit-box-shadow: 0 0px 5px #22BBCC;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  3. lucentpools

    lucentpools Member

    Joined:
    Oct 16, 2014
    Messages:
    37
    Likes Received:
    0
    Thank you!
     
Thread Status:
Not open for further replies.

Share This Page