Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #58376
    Mirjam
    Participant

    Hello!

    I’m just starting up my first website and I would like to make
    the sidebar widgets (products and cart) to be semi-transparent but I
    can’t seem to figure it out…
    This is my website:
    http://www.mirjamandrea.com/

    Some help would be very appreciated!

    #58379
    Sakin
    Keymaster

    @Mirjam: Ok try adding in the following css in “Appearance => Theme Options => Custom CSS” box:

    #secondary .widget {
    	background: #fff; /* Solid Background for old browser */
    	background: rgba(255, 255, 255, 0.5);
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘widget tranparency’ is closed to new replies.