Hi,
I want to increase the text size in search bar. Also I want to increase the button like image shows.
Thanks in advance!
Hey pnacho!
Please add following code to Quick CSS
#top #searchsubmit, .ajax_load { font-size: 24px; }
#top #s { font-size: 20px; }
Regards,
Yigit
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!
Hi!
Please change the code to following one
.home #searchsubmit, .ajax_load { font-size: 24px; }
.home #s { font-size: 20px; }
Cheers!
Yigit
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!