font color is white

This topic contains 1 reply, has 2 voices, and was last updated by Ernest Marcinko Ernest Marcinko 8 years, 11 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #4616
    Min
    Min
    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

    <!-- 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>
    Attachments:
    You must be logged in to view attached files.
    #4618
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    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,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.