Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Ajay

    (@ajay)

    In the Custom Styles CSS area just enter this:

    #bsearch_results {
    color: #FFF
    }

    This will set the colour as white. You will need to choose any colour you wish for.

    Thread Starter RCSparks

    (@rcsparks)

    You know, I thought that would have as well!

    Thanks for responding. Dang – it just doesnt seem to take – even with an ! important tag

    I cleared my cache.. but no go

    My code looks like this in the custom css

    #bsearch_results {
    color: #FFF !important;
    }

    #bsearchform { margin: 10px; padding: 10px; }
    #heatmap { margin: 20px; padding: 20px; border: 1px dashed #ccc }
    .bsearch_results_page { width:90%; margin: 20px; padding: 20px; }

    Thread Starter RCSparks

    (@rcsparks)

    Seems I can change the width of the page there

    But none of the styling seems to change – even when I put in

    color: #E75342;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;

    Very odd indeed.

    Plugin Author Ajay

    (@ajay)

    How about:

    #bsearch_results p {
    color: #FFF !important;
    }
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Color / Font Size Change – Search Results Chart & Small text’ is closed to new replies.