New Landing How can we help? Cardinal Exclude some elements on product page:

Viewing 12 posts - 1 through 12 (of 12 total)
  • Posted in: Cardinal
  • #121644
    alelordelo
    Member
    Post count: 155

    Hello again!

    How can I exclude some elements on product page:

    – Accordions
    – Labels

    thanks!

    Attachments:
    You must be logged in to view attached files.
    #121700
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    To hide the Accordion add the code below to the custom css option.

    
    #product-accordion{
    display:none!important;
    }

    What labels exactly you want to remove?

    -Rui

    #121709
    alelordelo
    Member
    Post count: 155

    Thanks, will try this!

    I want to remove the “tags” section.

    #121792
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Add also the code below.

    
    .tagged_as{
       display:none!important;
    }

    -Rui

    #121976
    alelordelo
    Member
    Post count: 155

    Worked, thanks!!!

    If I also want to exclude “category”, would be like that?

    category{
    display:none!important;
    }

    best

    #121977
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add

    .posted-in {
      display:none;
    }

    – Kyle

    #121988
    alelordelo
    Member
    Post count: 155

    didn’t work. What I want to exclude is the “department/Category”.

    Are you sure this is the right code?

    best!

    #121993
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Sorry it should be an underscore:

    .posted_in {
      display:none;
    }

    – Kyle

    #122044
    alelordelo
    Member
    Post count: 155

    Still nothing happened, as highlighted on the prt screen attached

    Attachments:
    You must be logged in to view attached files.
    #122053
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Can you try placing the !important at the end. Like this

    
    .posted_in {
      display:none!important;
    }

    -Rui

    #122055
    alelordelo
    Member
    Post count: 155

    there u go!

    thanks Rui! Or, obrigado Rui! ; )

    #122182
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You most welcome. Great Thanks Rui.
    Thanks 🙂
    With Best Regards
    Mohammad

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