How to change color of feature headings and get images in blog to show up on home page.

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by scarn8881, May 13, 2014.

Thread Status:
Not open for further replies.
  1. scarn8881

    scarn8881 Guest

    Joined:
    Jan 15, 2013
    Messages:
    41
    Likes Received:
    0
    Hello,

    I have two questions (see attached image as reference).
    1. I would like to change the feature image headlines to a different color (teal) and make the font slightly larger or bolder.

    2. Images are added to each blog post but the images are not showing up in the blog area of the homepage like they do in other themes that you have. How can I get images to show up on the home page blog posts?

    Thank you!

    Sherry
     

    Attached Files:

  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    1.Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .feature_content ul.feature_content_inner_box li .feature_content_inner_box1 h5 a {
    color: teal;
    font-size: 20px;
    }
    .feature_content ul.feature_content_inner_box li .feature_content_inner_box1 h5 {
    color: teal;
    font-size: 20px;
    } 
    2. It is not possible to show blog images on the homepage with this theme. Unfortunately there isn't a way to do that with our theme unless you custom code something up. Sorry.
    Thanks & Regards
    Gourav Shrivastava
     
  3. scarn8881

    scarn8881 Guest

    Joined:
    Jan 15, 2013
    Messages:
    41
    Likes Received:
    0
    Thank you, it looks great!
     
Thread Status:
Not open for further replies.

Share This Page