Home Forums Free Themes Graduate News archive

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #58548
    feigale
    Participant

    Good evening! Саn you help me to remove one tab (tab2 – fa fa-th-large) from news section? I want to see in news archive page only tab-list (tab1 – fa fa-th-list).
    How can I do it?
    Thank’s!

    #58647
    wensolutions
    Keymaster

    Hello @feigale,

    To remove the second tab from the blog listing page use below given CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    #graduate .tabs li:nth-child(2) {
        display: none;
    }

    Hope this helps .

    If you have any issue further, please let us know .

    Best Regards!!

    #58743
    feigale
    Participant

    Tnak’s for your answer! But it’s only one part of my question))). I would like to see a Tab-list with the initial page load to page, visible only for this position.

    Thank you!

    #58750
    wensolutions
    Keymaster

    Hello @feigale,

    We would like to apologize for the misunderstanding .

    Now to achieve what you want you have to active the child theme .

    You can create the child theme using the plugin given below.

    https://wordpress.org/plugins/wp-child-theme-generator/

    After activating the child theme in your child theme create the file“index.php” and paste below given code .

    https://gist.github.com/anonymous/63c4dca4cc1e9f82cca8745f8cc9752e

    Then again in your child theme create folder “template-parts” and inside this folder create the file “content.php” and paste below given code in it .

    https://gist.github.com/anonymous/2be8b274f62083dca8edbe300e87c0c9

    Also do not forget to paste above given CSS.

    Hope this helps .

    Best Regards!!

    #58768
    feigale
    Participant

    Thank you VERY MUCH! It’s really works)))

    #58805
    wensolutions
    Keymaster

    Hello @feigale,

    Glad we could help you !!

    If you have any issues further, please feel free to post your queries and we will happily help you further.

    We will really appreciate if you could help us too by rating our theme in WordPress repo here:-

    https://wordpress.org/support/theme/graduate/reviews/

    Best regards !!

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.