yourgoal 0 Posted November 15, 2014 Report Share Posted November 15, 2014 Hi, I am using a free theme for my wordpress site and unable to find which css code to change. The headings for the listing as shown in the below url are in dark blue and I would like to change them to white. Please let me know how to do the same. http://www.yourgoal.in/business-directory/118/off-road/ Quote Link to post Share on other sites
dsonesuk 913 Posted November 15, 2014 Report Share Posted November 15, 2014 IF you are talking about <label>Business Name:</label> <label>Country:</label> which seem to be clay gray than blue you need to adjust .field-value label { color: #444444; font-weight: bold;} At http://www.yourgoal.in/wp-content/plugins/business-directory-plugin/core/css/wpbdp.min.css?ver=4.0 but i suspect this is a minimized css file, which holds all css styling in one stylesheet. Quote Link to post Share on other sites
noberobet 0 Posted November 25, 2014 Report Share Posted November 25, 2014 (edited) if you use wordpress you can replace it in the menu editor and add the following css code.field-value label { color: #fff !important;} Edited November 25, 2014 by noberobet Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.