01/11/2017 at 9:33 am
#406322
Keymaster
@ Willem Van Oort
re; The only thing is that when you choose a category from the category bar, the text turns dark grey which is unreadable. What’s the code for that?
Try this:
.chosen-container-single .chosen-single {
color: white !important;
}
re: Also is it possible to put “Pick your Category” just above the category bar so that is doesn’t create more space at the top?
Not really. One option would be to customize the CSS used to display paragraphs to remove the margin-after. This would affect the whole site. Another option would be to edit the page, switch the editor to the “Text” tab and add an inline list to the paragraph to remove the margin bottom. Something like this might work:
<p style="margin-bottom: 0;">Pick your Category</p>
Hope this helps!
