• I can barely see the text inside the Search Box on my menu bar and it seems to be oddly placed – like set off too far to the right.

    Can someone tell me the code I need to increase the font size for the text inside this box an get the text centered? I have tested this out several times tonight and notice that half the time I type inside of it, the left side of what I type isn’t visible. I”m assuming this is happening to site visitors as well.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi, stacybettencourt.

    Thank you for contacting us and for using our theme. We appreciate it.

    You can add this to Appearance -> Customize -> Additional CSS:

    .widget.widget_search .search-form .form-control {
    	color: #000;
    	font-size: 18px;
    	font-weight: 500;
    	text-align: center;
    }

    It should make it much more visible, and centred.

    I hope this helps.

    Kind regards.

Viewing 1 replies (of 1 total)
  • The topic ‘Search Box Font Size’ is closed to new replies.