Edit Footer - place img

Discussion in 'Cloriato WordPress Theme' started by mwnow, Sep 24, 2013.

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

    mwnow Member

    Joined:
    Sep 23, 2013
    Messages:
    82
    Likes Received:
    3
    Hello,

    I have to edit the Footer.
    I would like to delete the 2 lines which split the footer in 3 columns.

    And instead the text, I would like to post a picture.
    See this picture:
    http://img.photobucket.com/albums/v284/Miriam33/Juhasz_Startseite_zps5f51e040.jpg

    And another question:
    How can I remove the "read more" under the 3 pictures...I can remove the Desciption, but "read more" always be there...

    [​IMG][/URL][/IMG]Thank you!
     
  2. Gourav

    Gourav Support Staff

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

    1.For your first issue

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

    Code:
    .footer{
    background:none;
    }

    2.For your second issue

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

    Code:
    .feature_content .read_more {
    display: none;
    }
     
  3. mwnow

    mwnow Member

    Joined:
    Sep 23, 2013
    Messages:
    82
    Likes Received:
    3
    Thank you for the fast support! It works :)

    Great!
     
Thread Status:
Not open for further replies.

Share This Page