07/28/2016 at 3:15 pm
#384610
Keymaster
@ Dennis
re: I would like to move the View ALL link to below where the “select category” is
Sorry, but this it is not possible to move the result list actions which is what the view all link is one of.
re: make the background of the “select category” a different color.
Try adding the following CSS to the theme’s custom CSS area:
#cn-list .chosen-container-single .chosen-single {
background: azure !important;
}
Change the color to your desired color.
Hope that helps!