Removing the chart

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by andreas_melin, Sep 21, 2014.

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

    andreas_melin New Member

    Joined:
    Aug 24, 2014
    Messages:
    13
    Likes Received:
    0
    Hello,

    can you please let me know how to remove the chart field that follows you as you scroll on the homepage?

    I attatch a picture below:

    [​IMG]

    Kind regards,

    Andreas
     
  2. andreas_melin

    andreas_melin New Member

    Joined:
    Aug 24, 2014
    Messages:
    13
    Likes Received:
    0
    And also can someone please let me know how to remove this scentence below from the landing page?

    Show Your Latest Posts


    Here you can showcase your latest blog and let users know about your recent activities.


     
  3. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    1. Use following css code in Custom CSS to remove that section with scroll.
    Code:
    .top_cartinfo {
    position: absolute;
    }
    
    2. Use following css code in Custom CSS to remove that line.
    Code:
    .feature_content .feature_content_inner_head {
    display: none;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  4. andreas_melin

    andreas_melin New Member

    Joined:
    Aug 24, 2014
    Messages:
    13
    Likes Received:
    0
    Hello!

    Thank you! This worked. However, is there a way to remove the chart field _completely_ ? not only that it stops to follow you when you scroll?

    I tried different variations of the code below and hoped for the best:

    .top_cartinfo .top_cartinfo {
    display: none;
    }

    However, this did not work :(
     
  5. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Use following css code in Custom CSS to hide that.

    Code:
    .top_cartinfo {
    display: none;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  6. andreas_melin

    andreas_melin New Member

    Joined:
    Aug 24, 2014
    Messages:
    13
    Likes Received:
    0
    I was so close..

    Thank you so much for your promt and quick reply Mr. Bhade!
     
Thread Status:
Not open for further replies.

Share This Page