Need CCS help - I think ;)

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by jefconsulting, Sep 6, 2016.

Tags:
  1. jefconsulting

    jefconsulting New Member

    Joined:
    Jun 5, 2012
    Messages:
    1
    Likes Received:
    0
    Struggling with the styling of the theme whenever I wish to deviate from the existing layout. I am hoping you can help me with this. Please the screenshot: http://www.screencast.com/t/kRXq6TfBsbvy
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    To remove 1 feature box, please follow the screenshot given below.

    remove_1_feature_box.png

    For your information, I am using "WP-Editor" plugin to edit files.

    You can also download and use it from the link https://wordpress.org/plugins/wp-editor/.

    After activating this plugin, you will get the same screen as shown in the screenshot.

    And after that, paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .feature_content ul.feature_content_inner_box li {
        width: 44%;
    }
    To remove blog post completely, code is given below..
    Code:
    .feature_content_inner:nth-child(2) {
        display: none;
    }
    Hope it will resolve your issue

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page