Blog on home page

Discussion in 'Logistics Way WordPress Theme' started by thfabs, Jan 10, 2017.

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

    thfabs New Member

    Joined:
    Dec 31, 2016
    Messages:
    17
    Likes Received:
    0
    Hi, how can i remover the blog section above the map section?
     
  2. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Thank you for contacting us,

    I am afraid to say that, I was unable to locate the area in the theme...

    It would be better for us to understand your query with the help of edited screenshot.
    Create your screenshots using screenpresso (http://www.screenpresso.com).

    So that I can deliver you an exact and appropriate solution to you,

    I look forward to hearing from you soon.

    Thanks & Regards!
    Naveen Kolhe
    InkThemes.com
     
  3. thfabs

    thfabs New Member

    Joined:
    Dec 31, 2016
    Messages:
    17
    Likes Received:
    0
    This bit, see attached
     

    Attached Files:

  4. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    For this, you need to paste the below custom CSS code in Dahshboard->Appearance->Theme Options->Styling settings->Custom CSS field.
    Code:
    h2.carousel-head.hidden1.visible1,
    .CarouSlide.s1{
        display: none;
    }
    This will help you to figure it out and resolve the issue(s).

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     
  5. thfabs

    thfabs New Member

    Joined:
    Dec 31, 2016
    Messages:
    17
    Likes Received:
    0
    Thanks for that but its still has the section break please see attached
     

    Attached Files:

  6. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Well, for this, if we use a custom CSS then, it will be removed from all the sections, Let me know if you are ready to have that changes.

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     
  7. thfabs

    thfabs New Member

    Joined:
    Dec 31, 2016
    Messages:
    17
    Likes Received:
    0
    Ok can i get the CSS please.
     
  8. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Here is the CSS, you need to paste the below custom CSS code in Dahshboard->Appearance->Theme Options->Styling settings->Custom CSS field.
    Code:
    .sb-seperator {   
      margin: 30px 0;
      background: none;
    }
    .sb-seperator img{
      display:none;
    }
    This will help you to figure it out and resolve the issue(s).

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     
  9. thfabs

    thfabs New Member

    Joined:
    Dec 31, 2016
    Messages:
    17
    Likes Received:
    0
    Great, thanks
     
Thread Status:
Not open for further replies.

Share This Page