Search form: 1. Change input font 2. Submit button colour

Posted in: Newspaper
Post count: 89

1. For the search input changing to helvetica this doesn’t seem to work:

.td_search_subtitle,
.td-widget-search-input {
font-family: ‘Helvetica Neue’;
}

2. This is as far as I’ve got with the submit button but it doesn’t work yet:

wpb_button {
background-color: #f5f5f5 !important;
color: #4b4b4b !important;
}

Post count: 6600

Hi,

I have tested this css and works fine for me http://screencast.com/t/4fWN1KDwBc
Use it like this in your custom css are in theme panel, I have made some changes, also don’t know if you figured out or not you have sent me the css for the button without the period in front of the class, that may be the cause of your code did not work for you.

.td_search_subtitle, .td-widget-search-input {
font-family: ‘Helvetica Neue’!important;
}

.wpb_button {
background-color: #f5f5f5!important;
color: #4b4b4b !important;
}

Hope this helps!
Thanks!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.