Home Page Footer Widget

Discussion in 'ClassiCraft WordPress Theme' started by khamissoud, Jan 7, 2015.

  1. khamissoud

    khamissoud New Member

    Joined:
    Feb 6, 2013
    Messages:
    4
    Likes Received:
    0
    Please help me remove the default text at the footer on home page appearing as follows: Categories, Entertainment, Technology.......... My site is 'www.mombasahotelstoursandtravel.com'
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Please go to Appearance =>Widgets
    And Select a blank text(without heading and description/text) widget on third footer widget area.
    This will resolve your issue.

    Thanks & Regards
    Pramod
     
  3. khamissoud

    khamissoud New Member

    Joined:
    Feb 6, 2013
    Messages:
    4
    Likes Received:
    0
    Thank you, problem solved.
     
  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Paste the code given below in Custom CSS section
    (Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .footer_widget img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    }
     
    .sidebar_widget img {
    width: 100%;
    }
    I visited your site and find that above CSS code will make its look better.

    Thanks & Regards
    Pramod
     

Share This Page