Super Basic CSS Questions
-
Hi,
I am new to WordPress and CSS and have a very basic questions in regards to customising your plugin. Sorry in advance!
I have used the plugin as a shortcode in a widget and a shortcode on a page.
WIDGET – [searchandfilter fields=”download_category,download_tag” submit_label=”Filter” headings=”Category or Goal,Location in Sydney”]
PAGE – [searchandfilter fields=”download_category,download_tag” submit_label=”Search for Gifts” headings=” FitGIFT Type, Location in Sydney”]
I want to change the submit button from a light grey to a yellow. How can I do that? is it as simple as…
.searchandfilter label
{display:block;
color: yellow}
Also, how can I make the search on one line rather than two when I use it as a short code on a page? what do I have to change to diplay: inline-block?
Here is my site if you need it – http://sampaven88.wpengine.com/
Thanks in advance,
Sam
The topic ‘Super Basic CSS Questions’ is closed to new replies.