Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2554486
Small text in Comments field
Closed

Comments

  •  1
    5against4 started the conversation

    Hi - the text in the Comments field and Contact forms is very small! How to increase the size? (see screenshots)

  •  2,699
    PenciDesign replied

    Hi,

    You can add more this code to Customize > Custom CSS to make it bigger:

    #respond textarea, .wpcf7 textarea, #respond input, .wpcf7 input, .widget_wysija input{ font-size: 14px; }
    

    Change value 14 to value as you want.


    Best Regards,

    PenciDesign

  •  1
    5against4 replied

    That's great - thanks! A follow-up question: is it possible to make the border of the text box fields a bit smaller?

  •  2,699
    PenciDesign replied

    Hi,

    The borders here has the width is 1px and can't be make it smaller.


    Best Regards,

    PenciDesign

  •  1
    5against4 replied

    Are you sure? See screenshot: just checking we are talking about the same thing...

  •  2,699
    PenciDesign replied

    Hi, 

    Of course, I'm suresmile.pngCheck this image: http://prntscr.com/uqh9uo


    Best Regards,

    PenciDesign

  •  1
    5against4 replied

    Oh sorry i think i'm using the wrong word - i mean the PADDING not the border! The GAP between the border and the text. Sorry!!

  •  2,699
    PenciDesign replied

    Hi,

    Ahh, ok. Please try add more this code to Customize > Custom CSS to do that:

    #respond input, #respond textarea{ padding: 10px 15px; }
    

    Change values 10 and 15 to values as you want for padding top bottom & left right.


    Best Regards,

    PenciDesign

  •  1
    5against4 replied

    Great, thanks! Is it possible to make this work on my Contact form also? (see screenshot)

  •  2,699
    PenciDesign replied

    Hi,

    Please replace the code I sent to this code to make it apply for contact form:

    #respond input, #respond textarea, .wpcf7 textarea, .wpcf7 input{ padding: 10px 15px; }
    

    Best Regards,

    PenciDesign

  •  1
    5against4 replied

    Perfect!! Thanks so much :) :)