Announcement

Collapse
No announcement yet.

Simple search font

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Simple search font

    Hi there

    Lots of tweaking going on today!!

    I am trying to change the font size that customers can use to enter a simple search.

    I have tried editing Act_simplesearch but to no avail. I am trying to make the entry box smaller and I assume that this is only achievable if you reduce the font size inside it.

    Thanks for suggestions

    Steven

    #2
    You can change it using css...

    input,textarea,select
    {
    font-family: Verdana, Arial, "MS Sans Serif";
    font-size: xx-small;
    }

    Comment

    Working...
    X