Announcement

Collapse
No announcement yet.

teeny tiny text in forms/dropdowns

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

    teeny tiny text in forms/dropdowns

    Is there a template somewhere that needs altering to increase the font size my store uses for it's forms (checkout pages) and dropdown lists?
    It's currently really tiny (check http://www.budget-bumps.co.uk/acatalog/Glamourmom.html to see what I mean)

    It's like that through the checkout phase too and, tbh, it's really too small.

    I assume it's editable? Somewhere?
    Could someody point me to the right setting, please?
    Thank you
    Tracey

    #2
    Check the code for <span> tags and find out which size is being called. Either replace the call with the next size up (e.g. replace actxxsmall with actxsmall) OR go into the actinic.css file and change the definition of [actxxsmall] with the same definition as [actxsmall] .

    hth
    Bill
    www.egyptianwonders.co.uk
    Text directoryWorldwide Actinic(TM) shops
    BC Ness Solutions Support services, custom software
    Registered Microsoft™ Partner (ISV)
    VoIP UK: 0131 208 0605
    Located: Alexandria, EGYPT

    Comment


      #3
      go to actinic.css find

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

      or similar - change xx-small to x-small

      Comment


        #4
        ah, thanks Jo!
        That did the trick (certainly for the dropdowns anyway, have yet to view the checkout)
        It looks much better, thank you!
        Tracey

        Comment

        Working...
        X