Tagged: ,

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #628388

    Hi there,

    first of all congrats for the enfold theme, by far the best I worked with :-)

    I would like to place an akkordeon with six toggles. One toggle should have no opening function and no button. I tried to get hold of a single toggle by the ID, to get rid of the button first, but didn´t even managed that. I tried something like this:
    #toggle-id-10 .toggle_icon {
    display: none !important;
    }
    Could you help me with this one?!
    Tanks a lot

    Best Regards
    Marco

    #628983

    Hi Marco,

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Regards,
    Rikard

    #629276

    Hi Rikard,

    here´s the link to the site:

    So this is an example of an akkordeon element I placed to show what is offered by my customer (which I´m building the site for). In this case my customer has further details for the first two toggles and the last two, but the one in the middle (“Konzentrations- und Aufmerksamkeitsdefizite”) stands by itself and doesn´t need further explanation. So it would be great to get rid of the “plus sign button” and the toggle shouldn´t open when klicked.

    Is this possible?
    Thanks in advance!

    BR Marco

    #629281

    …the link again as private content, seems like it didn´t work in the last mail…

    #630496

    Hi,

    Thank you for the info. Please add this in the QuicK CSS field to disable the link and remove the symbols:

    p[data-fake-id="#toggle-id-10"] {
        pointer-events: none !important;
    }
    
    p[data-fake-id="#toggle-id-10"] .toggle_icon {
        display: none;
    }

    Best regards,
    Ismael

    #630838

    Hey Ismael,

    PERFECT, just what I was looking for, works fine.
    THANKS A LOT!

    Greets Marco

    #631193

    Hi Marco,

    Great, glad we could help :-)

    Thanks,
    Rikard

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