New Landing How can we help? Themeforest Theme Support Flexform How to customize/remove related articles thumbnails in blog page?

Viewing 15 posts - 1 through 15 (of 16 total)
  • Posted in: Flexform
  • #120259
    MiLagra
    Member
    Post count: 17

    Hi All,

    Great theme! I’m using it for a week or so and really love it.
    I have few questions regarding related posts appearance in blog page and I’ll appreciate your help.

    Since I don’t have any image in my blog posts (only title and text) how can the change the view of related articles below a post. Right now they are shown with a grey box thumbnail?
    What are the options?

    Thanks in advance!

    #120274
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You dont have images so please remove related articles with this custom css code:-

    .single-post .related-wrap{
    display:none !important
    }

    Thanks
    Mohammad

    #120284
    MiLagra
    Member
    Post count: 17

    Hi Mohammad,

    Thanks for the quick answer. Actually I want the related articles to be shown but without this thumbnail. So how can I change it?
    Also is it a way to customize which related articles to be shown in certain post?

    Thanks!

    #120287
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .related-item figure {
        
        display: none !important;
    }

    Thanks
    Mohammad

    #120414
    MiLagra
    Member
    Post count: 17
    This reply has been marked as private.
    #120416
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code at Admin -> Theme Options -> General Options -> Custom CSS.

    .related-item figure {
       display: none !important;
    }
    

    Thanks
    Mohammad

    #120448
    MiLagra
    Member
    Post count: 17
    This reply has been marked as private.
    #120449
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You most welcome. I’m glad that issue resolved.
    Thanks ๐Ÿ™‚
    With Best Regards
    Mohammad

    #125492
    Nunes
    Member
    Post count: 203

    Hi, how can i removed all related post in my site? There is any css for that? Im using cardinal.

    Tanks

    #125498
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    .single-post .related-wrap{
    display:none !important
    }

    – Kyle

    #125499
    Nunes
    Member
    Post count: 203

    Tanks Kyle, you the best!!!

    #125502
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem ๐Ÿ™‚

    #128302
    Nunes
    Member
    Post count: 203
    This reply has been marked as private.
    #128309
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Try this:

    .related-projects {
      display: none;
    }

    – Kyle

    #128311
    Nunes
    Member
    Post count: 203

    You’re invincible ! Tanks!

Viewing 15 posts - 1 through 15 (of 16 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register