font color is white Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › font color is white This topic has 1 reply, 2 voices, and was last updated 11 years, 1 month ago by Ernest Marcinko. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts April 30, 2015 at 2:30 pm #4616 MinParticipant How can i change font color? I added color tag but not working. And do you have any other tutorials for beginners step by step? I dont’t know what to do first [html]<!– First column –> <div style="color:#fff999; width: 45%;padding: 1% 5% 1% 0;float: left;min-height: 150px;box-sizing: content-box;"> [wpdreams_ajaxsearchpro id=1] </div> <!– Second column –> <div style=’color:#fff999; width: 45%;padding: 1% 0 1% 5%;float: right;min-height: 150px;box-sizing: content-box;’> [wpdreams_ajaxsearchpro_results id=1 element=div] </div> <div style=’clear: both;’></div>[/html] April 30, 2015 at 2:34 pm #4618 Ernest MarcinkoKeymaster Hi! It’s white because it’s most likely overriden by your theme. I suggest the following CSS instead, it should help: [code] .searchsettings, .searchsettings * { color: #fff999 !important; } [/code] You can add this to the Theme Options -> Custom CSS panel 😉 Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In