• Resolved lucaspanjaard

    (@lucaspanjaard)


    Dear John,

    After trying various more recently updated FAQ plug-ins I gave yours a try.
    Works perfect. Thanks a lot.

    I’ve been trying to eliminate the background color and border of the faq, but to no avail. See faq at bottom of this page.

    I think I need to insert the following CSS somewhere but am unsure where,

    /* color faq */
    .arconix-faq-wrap {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        /* background: none repeat scroll 0 0 #fbfbfb; */
        clear: both;
        /* border: 1px solid #ddd; */
        margin: 10px 0;
        padding: 5px 10px;
    }
    /* end color faq */

    Is this code correct for eliminating the background color and the faq border?
    If so, where do I need to insert this code?
    If not, what code do I need and where should it go?

    Thanks in advance,

    Luca

    • This topic was modified 7 years, 4 months ago by lucaspanjaard.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author John Gardner

    (@jgardner03)

    Hi Luca,

    Thanks for giving my plugin a try.

    Yes, if you comment out those lines my plugin will not be drawing a border or a background around my FAQs.

    That said, I’d suggest putting the following lines in your styles.css file instead, that way if/when there’s an update to my plugin your changes won’t be overwritten:

    
    /* Remove background and border from Arconix FAQ plugin */
    .arconix-faq-wrap {
        background: transparent !important;
        border: none !important;
    }
    
    Thread Starter lucaspanjaard

    (@lucaspanjaard)

    Hi John,

    Thanks for your reply.

    I’ve inserted your code in my style.css file (I do not have a styleS.css file). No changes. I’ve also inserted your code in my custom css backend (I’m using the Layers template). Still no changes.

    What should I do?

    Best,

    Luca

    Plugin Author John Gardner

    (@jgardner03)

    Hi Luca,

    Sorry about the typo. Are you using some kind of caching plugin?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change background color FAQ’ is closed to new replies.