How to add colors or gradients behind the 3 homepage feature box titles?

Discussion in 'Local Business WordPress Theme' started by EricWPM, Jul 8, 2013.

  1. EricWPM

    EricWPM New Member

    Joined:
    Dec 28, 2011
    Messages:
    15
    Likes Received:
    2
    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!!!
     

    Attached Files:

  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    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.
     

    Attached Files:

Share This Page