• Resolved cherylking

    (@cherylking)


    Hi!

    I have created a child theme for my accesspress and would like to find out:

    How do I change the color scheme of the red pop up search field if I click on the serach icon in the navigation?

    I would like for all the reds to be this color #ed92bd…

    My website is: https://www.cheshireimpressions.co.uk

    Thanks in advance!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    You can try this in your Custom CSS for achieving that:

    .ak-search .search-form {
        background: #ed92bd none repeat scroll 0 0;
    }
    .ak-search.active .overlay-search {
        background: rgba(237, 146, 189, 0.71) none repeat scroll 0 0;
    }
    .ak-search .search-form .search-submit {
        background: #ff519c none repeat scroll 0 0;
    }

    You can adjust the colors as per your requirement.

    Hope that helps you, feel free to ask if there is any other problem.

    Thank you.

    Thread Starter cherylking

    (@cherylking)

    Hi there!

    The code has worked! Thanks for all the help.

    Regards,

    Welcome. ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Search Button in Menu’ is closed to new replies.