beginner
asked 8 years ago

Hi, can you please provide the css code for changing colors for the texts inside the box sections, e.g. Open/Closed/Resolved, Public/Me&Admin, and the “search results” . I dont know how to name these part :(. My website background makes them almost invisible. I am trying to check the css part for it, but failed.
Thanks, and really a wonderful plugin !!

1 Answers
Kevin
answered 8 years ago

Hi,

Please try with the code below.

/** select tag **/
.dwqa-select option {
    color: red;
}

/** search result **/
/* Text */
.dwqa-search .dwqa-autocomplete .ui-menu-item {
    color: red;
}

/* hightlight text in search */
.dwqa-search .dwqa-autocomplete .dwqa-text-highlight {
    color: red;
}
Powered by DW Question & Answer Pro