• Resolved Bas

    (@basz85)


    Hello,

    I like this theme very much!

    I got a question;
    Wich rule line in the css file need I change for in the searchbar in another color?
    It’s now blue, but I want to pink.

    I hope you can help me with this.

    Thanks!

    Sincerely,
    Bas

Viewing 6 replies - 1 through 6 (of 6 total)
  • MtpIntros

    (@mtpintros)

    Hey Basz85,

    I could possibly help you. Can you send me your website URL ?

    Greetings,
    Adil

    Thread Starter Bas

    (@basz85)

    Thanks for your reply MtpIntros!

    At this moment, I run the website only local, so it’s not possible, I’m sorry.

    I tried many ways; but I cannot change the color, because it stays blue.

    Sincerely,
    Bas

    MtpIntros

    (@mtpintros)

    Use the F12 option (Chrome) to see the elements,
    Right click on the searchbar and click on inspect elements, last option.
    With this option you will find where the row of that code is. Than just simlpy navigate to that row and change the color-code.

    I can use teamviewer if you want me to have a closer look..

    Greetings,
    Adil

    Thread Starter Bas

    (@basz85)

    Thanks for your advice / help.

    It works great :)!

    MtpIntros

    (@mtpintros)

    No problem, mate!

    Theme Author Iceable

    (@iceable)

    Thank you very much for your help @mtpintros ??

    Glad @basz85’s question is resolved already, so I’ll just leave this here if it can be of any help for someone else:
    – You don’t necessarily need to change the original CSS file, you can also just add some new css to the end of style.css to override the default.
    – The following is the default styling for the search field. You can paste this in style.css and change the colors as desired:

    #s { background: #CCCCCC; color: #FFFFFF; }
    #s:focus { background: #25CEFF; color: #FFFFFF; }
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Searchbar in another color’ is closed to new replies.