• Resolved pandusa

    (@pandusa)


    Hi there,

    The toggle symbols ‘+’ appear on my page shortly at the beginning when the page is still loading and then they disappear.
    I hope this hasn’t been answered somewhere already. I couldn’t find it in the forum.
    What I did find was the css for removing the frames around the symbols. Those I removed by using: .ewd-ufaq-post-margin-symbol {border: none!important;}
    But I couldn’t find any help for my disappear-problem yet.

    Could you please help?

    Site-link: https://www.papuaexplorers.com/faq/

    Thanks and best regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • etoilewebdesign

    (@etoilewebdesign)

    Hi pan,

    If you look at the source code for your page, you’ll see that there is an opacity of “0” being applied to the FAQ icons. See following screenshot:

    I’m not sure if this is being applied by your theme or something else, but it’s definitely what’s causing your “disappearing” icons. You should be able to overwrite this with the following custom CSS:

    .ewd-ufaq-post-margin-symbol span {
    opacity: 1 !important;
    }
    
    Thread Starter pandusa

    (@pandusa)

    Dear Etoile Team,

    it worked!
    You are awesome!

    Thanks ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Toggle Symbol disappears’ is closed to new replies.