Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Adi Rao

    (@iamadi)

    Any chance you can share a link to a page with this problem. It will be a huge help in solving the problem if you can.

    Cheers,

    Adi

    Thread Starter jpask1

    (@jpask1)

    Hi ADI,

    there is link to my web site for testing …

    It would be better to contact me direct on my email…
    on the testing web site you can find email ….

    Thanks … JURAJ

    Plugin Author Adi Rao

    (@iamadi)

    Hi JPa,

    It seems to be some styles added by your theme that is causing this problem.

    You can add this custom CSS.

    .accordion-navigation:before, .tab-title:before { content: none; }

    If you do not have an option to add custom CSS, you could consider using Jetpack’s Custom CSS module or SiteOrigin CSS plugin.

    Let me know if this does not solve the problem.

    Cheers,

    Adi

    Thread Starter jpask1

    (@jpask1)

    Hi,
    sorry, but it doesn’t helped …

    JURAJ

    Thread Starter jpask1

    (@jpask1)

    If I dissable bullet – list-style-type: none in GLOBAL , then it is OK,
    but i need bullet to be enabled …

    I means I need to dissable bullet – list-style-type: none only on TAB and ACCORDION …
    Where it shoud be done ???

    Thanks … JURAJ

    Plugin Author Adi Rao

    (@iamadi)

    In that case you can try

    .accordion-navigation:before, .tab-title:before { list-style-type: none !important; }

    Hope this helps.

    Adi

    Thread Starter jpask1

    (@jpask1)

    HI,

    sorry, but this doesn’t help ….
    May be there is some conflict between THEME setting and widget …

    JURAj

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Problem with Accordion and Tabs …’ is closed to new replies.