Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #589550

    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

    • This topic was modified 8 years, 9 months ago by blaircomm.
    #589830

    Hi blaircomm!

    Please add following code to Quick CSS

    #js_sort_items {
        background: transparent!important;
    }

    Cheers!
    Yigit

    #589945

    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

    #590365

    Hi,

    Glad we could help :-)

    Thanks,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.