Shufflehound post tabs (display only popular tab)

Home Forums Gillion Theme Shufflehound post tabs (display only popular tab)

Home Forums Gillion Theme Shufflehound post tabs (display only popular tab)

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    RESOLVED Posts
  • hife2017
    Participant

    Hi Shufflehound Support,

     

    I’m using Shufflehound post tabs, and is there any way to just leave popular tab without latest tab?

     

    Thanks

    Attachments:
    You must be logged in to view attached files.

    Solution for this topic

    Hi @hife2017,

     

    Thank you for your question.

     

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .widget_posts_tabs .tab-content .tab-pane:first-child,
    .widget_posts_tabs .nav-tabs li:first-child {
        display: none;
    }
    
    #page-container .widget_posts_tabs .nav-tabs li:last-child h3 {
        color: #505050 !important;
    }
    
    .widget_posts_tabs .tab-content .tab-pane:last-child{
        display: block;
    }
    
    

     

    Best regards,
    Shufflehound team

    hife2017
    Participant

    Hi Shufflehound Support,

     

    Thanks! It works.

     

    But I was wondering how can i delete the strikethrough on “Popular” word.

     

    Thanks

    Attachments:
    You must be logged in to view attached files.

    Solution for this topic

    You can delete the strikethrough on “Popular” word using below CSS code.

     

    .widget_posts_tabs .widget-tab-title:after {
        display: none;
    }

    hife2017
    Participant

    Perfect it works, thank you!

    You are always welcome here 🙂

Viewing 6 posts - 1 through 6 (of 6 total)