Site logo

[Support request] Change this Blue colour

Home Forums Support [Support request] Change this Blue colour

Home Forums Support Change this Blue colour

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2397510
    victor

    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./.

    #2397533
    Fernando
    Customer Support

    Hi Victor,

    For reference, can you provide the link to the site in question?

    You may use the Private Information field for this: https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information

    #2397573
    victor

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

    #2397644
    Fernando
    Customer Support

    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%;
        }
    }
    
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.