Raise inktheme bottom bar, remove phone, email, and etc bottom bar, and alter feature image

Discussion in 'Andrina WordPress Theme' started by mferrell6002, Jan 23, 2013.

  1. mferrell6002

    mferrell6002 New Member

    Joined:
    Jan 20, 2013
    Messages:
    13
    Likes Received:
    0
    Sorry guys. I figured we knock the last of this out in one shot.
    1. I'd like to remove the bottom bar. You can see there is an error anyway.

    2. Resize feature images to better fill space.

    3. Center labels beneath feature image.

    hydroshale.com

    Last thing fellas, I swear.
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    For your first and third issue paste the following code in your custom css

    Appearance -> theme options -> styling options -> custom css

    Code:
    .feature-content .feature-item h4 {
    margin-right: 115px;
    text-align: center;
    }
     
     
    .bottom-footer {
    display: none;
    }
     
    
    This will solve your first and third issue.

    For your second issue, unfortunately there isn't a way to do that with our theme unless you custom code something up. Sorry.

    If this isn't something you're able to do then you would need to hire a developer for this.

    Thanks.
     
  3. mferrell6002

    mferrell6002 New Member

    Joined:
    Jan 20, 2013
    Messages:
    13
    Likes Received:
    0
    The bottom footer code did not resolve the issue. I inspected the element and found the code line, but can not find where to remove it for it to save. I believe it is the index I wish to remove.

    under elements>div.index-info....

    or in chrome it looks like:

    <div class="index-info-two">
    <span>info.hydroshale.com</span>

    </div>
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  5. mferrell6002

    mferrell6002 New Member

    Joined:
    Jan 20, 2013
    Messages:
    13
    Likes Received:
    0
    The green bar at the bottom. Either it needs to be respaced to one line or removed.
     

    Attached Files:

  6. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    To remove that area paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .index-info {
    display: none;}
    
     

Share This Page