Few requests

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by jordielindstrom, Feb 14, 2014.

  1. jordielindstrom

    jordielindstrom New Member

    Joined:
    Mar 2, 2012
    Messages:
    27
    Likes Received:
    0
    Hello,

    Please assist with the following.

    Homepage
    - Remove Home page feature area

    - Remove feature products area below slider

    - Remove homepage main heading and sub heading.


    Pages
    - Remove heading

    - Remove line after heading

    - Change colour of footer widget area.



    Thanks
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    For this.
    Sending index.php file replace it with your existing index file.
    and leave fields blank in the theme option penal which you don't want to show.

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

    Code:
    .productlisting {
    display: none;}
    .fullwidth .fullwidth_inner h1.page-title {
    display: none;}
     
    .footer_wrapper {
    background: YOUR COLOR VALUE;
    border-bottom: 1px dashed YOUR COLOR VALUE;
    border-top: 1px solid YOUR COLOR VALUE;
    } 
    Thanks & Regards
    Nitesh Raghuwanshi
     

    Attached Files:

Share This Page