how to remove box, Remove theme features at the bottom of page and increase font size of header

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by fxphil, May 9, 2017.

  1. fxphil

    fxphil New Member

    Joined:
    Nov 5, 2016
    Messages:
    16
    Likes Received:
    3
  2. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Hello,

    To remove those areas from your site, you need to paste the below custom CSS code in Dahshboard->InkThemes->Theme Options->Styling settings->Custom CSS field.

    1)
    Code:
    #menu .ddsmoothmenu li a{
    font-size:17px;
    }
    2)
    Code:
    .productlisting{
    display:none;
    }
    3) To remove that area, you will have to visit your Dashboard->Appearance->Widgets and place a blank Text Widget under Third Footer Widget Area.

    This will help you to figure it out and resolve the issue(s).

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     
  3. fxphil

    fxphil New Member

    Joined:
    Nov 5, 2016
    Messages:
    16
    Likes Received:
    3
    Thank you, great Job!
     
  4. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    You are most welcome:)
     

Share This Page