Images instead of text for feature heading

Discussion in 'Slice WordPress Theme' started by kelpask, Mar 16, 2014.

  1. kelpask

    kelpask New Member

    Joined:
    Sep 24, 2013
    Messages:
    1
    Likes Received:
    0
    How can I put an image in place of the text in the header sections just below the slider? I tried inserting an image and no matter what size, it stretches and floods into the next column. I will leave it up on my page long enough for you to view it. www.calibergaragedoors.com/Paradise/

    Also, can those four sections (same as mentioned above) be made into any other number (i.e. 2, 3 or 6 columns?) or does this mess up the responsive aspect of the site?
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    For image size Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .page-info .page-item img {
    max-width: 100%;
    height:auto;}
    Suggestion: Add </br> tag after image code.


    For c column.
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .page-info .page-item {
    width: 278px;}
    .page-info .page-item:last-child{
    display:none;
    }

    It will remove fourth column.

    Thanks & Regards
    Nitesh Raghuwanshi
     

Share This Page