Tagged: ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #328970

    Hi,
    I want to increase the text size in search bar. Also I want to increase the button like image shows.
    Thanks in advance!

    #328976

    Hey pnacho!

    Please add following code to Quick CSS

    #top #searchsubmit, .ajax_load { font-size: 24px; }
    #top #s { font-size: 20px; }

    Regards,
    Yigit

    #329549

    Hi Yigit!

    One question: Is it possible modify that settings only for the search bar of home page? I’m using a section ID in a ‘color section’ like the image in drive: https://drive.google.com/file/d/0B89QUyIFnsEWdFBzNlBJTGJCUFU/view?usp=sharing

    Cheers!

    #329791

    Hi!

    Please change the code to following one

    .home #searchsubmit, .ajax_load { font-size: 24px; }
    .home #s { font-size: 20px; }

    Cheers!
    Yigit

    #330813

    Hi Yigit,

    It doesn’t work but I changed .home to #full-width-section and It works:

    
    #full-width-section #searchsubmit, .ajax_load { font-size: 24px; width: 49px;
    height: 47.5px; }
    #full-width-section #s { font-size: 20px; }
    
    

    Thanks!

    #330816

    Hi!

    Glad you figured it out and thank you for sharing your solution! Let us know if you have any other questions or issues

    Cheers!
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Increase font-size in search bar’ is closed to new replies.