Hi:
I am trying to make the background for the category sort text in the portfolio grid transparent. Right now it has a white background and I cannot find the correct code to change that—tried many.
I have a slight gradation overall background color that I want to show through, and the white stripe behind the sort text is an eyesore.
You can see it here: http://www.blaircomm.us/blaircomm-creative/ at the top where the categoiries are.
How do I make that text background trnsparent? It looks like a container, but I can’t find it.
Thanks.
– Michael
Hi blaircomm!
Please add following code to Quick CSS
#js_sort_items {
background: transparent!important;
}
Cheers!
Yigit
Works perfectly. I had it, but put it in the wrong form. Thank you very much for setting it straight! These details make a site.
– Michael