New Landing How can we help? Themeforest Theme Support Neighborhood How i can hide "posted in categories" in categorie view and in modules?

Viewing 5 posts - 1 through 5 (of 5 total)
  • #259787
    suchjy
    Member
    Post count: 25

    Hey, i have category with products: http://www.miomondo.com.pl/kategoria-produktu/sukienki-party/
    I want to hide links on category names where product is added: ” BESTSELLERS, NOWOŚCI, SUKIENKI PARTY” under the product name.

    How i can do this? Also i dony want to hide it on product page.

    #259789
    suchjy
    Member
    Post count: 25

    Im using now code in header:

    <?php if(is_product_category()) : ?>
    
    	<style>
    	.posted_in{
    	display:none;
    	</style>						
    
    <?php endif; ?>

    but its still in code

    #259824
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please go to Admin > Theme Options > General Options > Custom CSS.

    .posted_in{
     display:none !important;
    }

    Thanks
    Mohammad

    #259827
    suchjy
    Member
    Post count: 25

    I made it my friend, but when i paste this code it will be hidden in product page too :).

    I used:

    <?php if(is_product_category()) : ?>
     
     <style>
     .posted_in{
     display:none;
     </style> 
     
    <?php endif; ?>

    its not the best solve of this but it works.

    Thanku you for respond

    #259831
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Great, no problem

Viewing 5 posts - 1 through 5 (of 5 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