Site logo

Archived topic

Change this Blue colour

3 replies · Started by victor on November 1, 2022

Viewing posts 1–4 of 4

I would like to change the blue colour that appears when I'm typing/searching https://ibb.co/tQpBTxS

I will also appreciate if you let me know how I can align the search bar and primary menu on the same line when searching./.

Here it is Twendesasa.com- check out on mobile version

Thank you!

The color when typing on the Search Bar is already Black from my end. To confirm, do you still need assistance with regards to this?

As for the second inquiry, can you try adding this in Appearance > Customize > Additional CSS?:

@media (max-width: 768px) {
    .site-branding {
        flex-basis: 100%;
    }

    nav#site-navigation.has-active-search {
        flex-basis: 50%;
    }
}
This archived topic is closed to new replies.