Hello, I'm trying to figure out how to add a matching color or an image gradient to place behind the three homepage Feature Box Titles? I've read all the support forum posts but didn't see this mentioned anywhere? Here is an image to show what I'm trying to do (i put a light blue color behind the title in my graphics program to show an example - I would like to put a gradient image just like the menu bar color) Thanks!!!
Hello, For this issue follow the steps given below. 1. Download the attached image menubg.png with this post. 2. Upload this image from the media > add new panel in your dashboard and copy its link from there. follow the link given below for reference http://screencast.com/t/f13DNR9pxAeQ 3. Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .feature_contentbox h2 { background: #19a7ea url(paste your menubg.png image link here ) bottom repeat-x; padding: 10px; } This will solve your issue.