some change on homepage

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by maes39, Aug 15, 2017.

  1. maes39

    maes39 Member

    Joined:
    Jul 2, 2013
    Messages:
    123
    Likes Received:
    2
    Hello,

    I want to do some changes on my homepage on:
    www.horsepoint.nl

    I want to change the background color of the widget and footer area, can you help me with this code (the old code I used doesn't work).

    I want to remove the blogpost on the homepage (i've found the code in the forum but i get wp-editor not working to get in the codes. I've installed this plugin and activated it but it's not visible in my dashboard)

    Below the slider i don't want to show products, can remove this area with an code??

    At front, thanks for your help.

    Mark
     

    Attached Files:

  2. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hello Mark,

    To remove the blog post & product sections, just paste the code given below in Custom CSS section.
    (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .content_wrapper {
        display: none;
    }
    
    .feature_content_inner.home-blog {
        display: none;
    }
    And to change the background color of the footer, paste the below code.

    Code:
    .footer_wrapper {
        background: #f8536a;
        border-bottom: 1px dashed #e43750;
        border-top: 1px solid #e43750;
    }
    Thanks & Regards!
    Akbar
    InkThemes.com
     

Share This Page