Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1176662

    Hi Guys – Loving this theme and the support you provide! I’m working with an accordion setup on the site I’m building, and while there’s still place holders and such, i’m having an issue with the accordion seeming to have a bit of a boarder on the side when it expands…along that line, if there’s a way to remove the table lines that you see inside the dropdown, that would be great too.

    The url is http://strawberryfieldslane.com/gear/ – notice the boarder on each one as well as the table lines in all of them except the first.

    Thanks

    #1176826
    Jade
    Moderator

    Hi there,

    Please add this code in the customizer:

    .x-accordion-inner {
        border: 0;
    }

    Hope this helps.

    #1176891

    That worked great – thanks! Any insight on those table horizontal lines – as seen in the 2nd accordion drop down? I’d love to remove those lines that separate each word.

    #1177146
    Joao
    Moderator

    Hi There,

    Please add the following code:

    table th, table td {
        border-top:none;
    }

    Hope it helps

    Joao

    #1178445

    Sorry, where exactly am I adding this?

    #1178451

    Never mind! I got it – thank you!

    #1178564
    Prasant Rai
    Moderator

    You are most welcome. 🙂

  • <script> jQuery(function($){ $("#no-reply-1176662 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>