Results 1 to 2 of 2

Thread: Background Color Not Displaying on widgets

  1. #1
    Thread Starter
    sarahml's Avatar
    Join Date
    Oct 2011
    Location
    Canada
    Posts
    14
    Thanks
    0
    Thanked 1 Time in 1 Post

    Background Color Not Displaying on widgets

    Hi,

    I am trying to have my text widgets display a gradient color and I managed to get the widget (Job Categories) on the home page of my website http://taxjobsportal.ca to display correctly.

    But now I want this gradient to show up in my text widgets on my sidebar. I’ve created a widget at the top as a test. As you can see the background is just white rather than the gradient.

    How would I go about getting this gradient to show up on all of my text widgets?

    The code I inserted into the bottom of the style.css was:

    .textwidget {background-image: linear-gradient(bottom, rgb(255,255,255) 11%, rgb(242,242,242) 56%);
    background-image: -o-linear-gradient(bottom, rgb(255,255,255) 11%, rgb(242,242,242) 56%);
    background-image: -moz-linear-gradient(bottom, rgb(255,255,255) 11%, rgb(242,242,242) 56%);
    background-image: -webkit-linear-gradient(bottom, rgb(255,255,255) 11%, rgb(242,242,242) 56%);
    background-image: -ms-linear-gradient(bottom, rgb(255,255,255) 11%, rgb(242,242,242) 56%);

    background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.11, rgb(255,255,255)),
    color-stop(0.56, rgb(242,242,242))
    );
    );
    border-radius: 5px;
    -webkit-box-shadow: 0 0 8px 2px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0 0 8px 2px rgba(50, 50, 50, 0.5);
    box-shadow: 0 0 8px 2px rgba(50, 50, 50, 0.5);
    }

    ); ;padding:10px 10px 10px 10px; margin-left:2px;}

    Thank you very much for your help!!

  2. #2
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,703
    Thanks
    166
    Thanked 3,390 Times in 3,261 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Background color
    By sendiloo in forum Report ClassiPress Bugs
    Replies: 6
    Last Post: October 24th, 2011, 12:12 AM
  2. Background color - remove top, bottom faded gray color
    By tigress4 in forum ClassiPress General Discussion
    Replies: 9
    Last Post: August 25th, 2011, 01:42 PM
  3. Replies: 2
    Last Post: May 1st, 2011, 02:14 AM