Customising css
-
Good evening (or morning depending on your location I guess),
I wonder if someone could assist me, I have emailed the plug in developers a few times but I just keep geeting told to look at firebug & I don’t want to annoy them by emailing again. I have looked with firebug & the css editor for the plugin but this one seems to be a bit beyond me tbh. Normally with css/html I can spot what I need to change but on this occassion I have no idea.
My website page is http://mystowmarket.co.uk/business-directory/
& you will see that, in grey with black text, are the buttons: Submit A Listing / View Listings / Directory
I would like those three to be the same as the “Search listings” box, colour being #faab1e with white text so they match the rest of the site.
For some reason the Business Directory pluin has made that match the rest but not those three. But no where in the css can i see any color font or anything. All I know is those three are the main links.
I’d like someone to advise & solve but also to know how & why etc.. so I learn as I go.
Ok so’s here’s the code from firebug of the section in question:
div class=”wpbdp-main-links”>
<input id=”wpbdp-bar-submit-listing-button” class=”button” type=”button” onclick=”window.location.href = ‘http://mystowmarket.co.uk/business-directory/?action=submitlisting'” value=”Submit A Listing”>
<input id=”wpbdp-bar-view-listings-button” class=”button” type=”button” onclick=”window.location.href = ‘http://mystowmarket.co.uk/business-directory/?action=viewlistings'” value=”View Listings”>
<input id=”wpbdp-bar-show-directory-button” class=”button” type=”button” onclick=”window.location.href = ‘http://mystowmarket.co.uk/business-directory/'” value=”Directory”>
</div>
<form id=”wpbdmsearchform” class=”wpbdp-search-form” method=”GET” action=””>
<input type=”hidden” value=”search” name=”action”>
<input type=”hidden” value=”2243″ name=”page_id”>
<input type=”hidden” value=”1″ name=”dosrch”>
<input id=”intextbox” type=”text” value=”” size=”20″ name=”q” maxlength=”150″>
<input id=”wpbdmsearchsubmit” class=”submit” type=”submit” value=”Search Listings”>
Advanced Search
</form>
</div>Thankyou very much in advance,
Richard
The topic ‘Customising css’ is closed to new replies.