This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

font color is white

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #4616
    MinMin
    Participant

    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]

    #4618
    Ernest MarcinkoErnest Marcinko
    Keymaster

    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 😉

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.