Viewing 15 posts - 1 through 15 (of 18 total)
  • #159165
    Slim
    Member
    Post count: 422

    Hi friends,
    How to hide this?

    Image attached.

    Thankz;)

    Attachments:
    You must be logged in to view attached files.
    #159258
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I am not able to login your website.
    Thanks
    Mohammad

    #159264
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    #product-accordion .accordion-group:last-child{
    display:none !important;
    }

    Thanks
    Mohammad

    #159377
    Slim
    Member
    Post count: 422

    Resulted to the reviews ..;)
    Thankz friend!

    but for the ” filtroproduto ” doesn’t work, ” filtroproduto ” is an attribute , wanted to hide it , but only he , not the color attribute too.

    #159383
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please provide me specific page url with filtroproduto .
    Thanks
    Mohammad

    #159384
    Slim
    Member
    Post count: 422
    This reply has been marked as private.
    #159391
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    table.shop_attributes tr:last-child {
      display: none;
    }

    – Kyle

    #159420
    Slim
    Member
    Post count: 422

    Thankz man!! it works;)))

    #159421
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem 🙂

    #163272
    Slim
    Member
    Post count: 422
    This reply has been marked as private.
    #163302
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You can use like this

    table.shop_attributes tr:nth-child(2) {
      display: none;
    }
    

    Note:- change element count 2 to another.
    Thanks
    Mohammad

    #163392
    Slim
    Member
    Post count: 422
    This reply has been marked as private.
    #163394
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Thanks Mohammad

    Add

    .posted-in {
      display:none;
    }

    – Kyle

    #163396
    Slim
    Member
    Post count: 422

    This code doesn’t work kyle

    Thankz

    #163397
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Sorry, should be an underscore:

    .posted_in {
      display:none;
    }

    – Kyle

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