This topic contains 1 reply, has 2 voices, and was last updated by Ernest Marcinko 8 years, 7 months ago.
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.
Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › font color is white
This topic contains 1 reply, has 2 voices, and was last updated by Ernest Marcinko 8 years, 7 months ago.
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
<!-- 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>
Hi!
It’s white because it’s most likely overriden by your theme. I suggest the following CSS instead, it should help:
.searchsettings,
.searchsettings * {
color: #fff999 !important;
}
You can add this to the Theme Options -> Custom CSS panel 😉
Best,You must be logged in to reply to this topic.
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |