Home Forums Free Themes WEN Business How to remove category navigation under post

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1824
    hajitha
    Participant

    Hi,

    Thanks for the cool theme.
    I want to remove category navigation under post. Please guide me how to do it.
    Not the previous and next post order. Just category navigation under post. ( Highlighted in picture)

    category navigation

    Thank you.

    #2530
    wensolutions
    Keymaster

    Hello @hajitha,
    You can achieve this by using CSS code. Go to Customize -> Themes Options -> Advanced Options -> Custom CSS section. Now, inside Custom CSS box put the following code.

    span.cat-links{
    display:none;
    }

    This should be the trick to remove category navigation under post.
    Let us know how it goes.
    Regards

    #2628
    hajitha
    Participant

    Hi WEN,

    Unfortunately it’s not working. I added as below picture.
    Please guide me, what is better to do.

    Thanks.

    category navigation 2

    #2630
    wensolutions
    Keymaster

    Hello @hajitha,
    This is the correct code to hide category throughout the site. Can you please share your site url if possible so that we can inspect your site and give you the exact solution.

    Regards.

    #2649
    hajitha
    Participant

    Hi WEN,

    My URL http://greenlankavacations.com/

    Thanks for your great support.

    #2650
    wensolutions
    Keymaster

    Hello @hajitha,
    Try this code instead:

    span.cat-links {
        display: none !important;
    }

    Let us know if you have any other queries.
    Regards.

    #2655
    hajitha
    Participant

    Hi WEN,

    It’s works fine. Many many thanks for the quick reply and great free support.
    Wishing you many strength to develop many themes.

    Thanking You
    Hajitha
    (Colombo, Sri Lanka)

    #2656
    wensolutions
    Keymaster

    Hello @hajitha,
    Nice to know that the problem has been solved.
    If there are any further query, then, please feel free to post them.
    We will really appreciate if you could help us too by rating our theme in WordPress repo here:-
    https://wordpress.org/support/view/theme-reviews/wen-business
    Thanks.

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