Support » Plugin: Arconix FAQ » css not working

  • Resolved mrma

    (@mrma)


    Hi,
    css is not working. I checked the previous support questions, nothing helped.

    I use WP Fastest Cache Premium and put exceptions for arconix-faq.

    Any help?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Upendra Kapse

    (@wpupen)

    Hi @mrma ,

    Have you written any custom CSS that isn’t applying on the website? Or the default plugin CSS is not applying on the FAQ page?

    If you added custom CSS, please make sure that the file in which you have added the custom CSS is also added as an exception in the WP Fastest Cache plugin settings.

    It will help us understand the issue if you can share the URL of your FAQ page.

    Also, I just tested with the lite version(we don’t have the premium plugin) of WP Fastest Cache plugin and it worked well.

    Kind Regards,
    Upendra.

    Thread Starter mrma

    (@mrma)

    Thank you for the answer.

    I managed to modify the plugin as to my needs.

    In case someone else needs:

    /* arconix faq title */
    .arconix-faq-accordion-title {
      font-size: 18px !important;
      font-family: Raleway;
      font-weight: bold !important;
      border: 0px !important;
      background:#f7f7f7 !important;
    }
    
    /* arconix faq selected title  */
    .arconix-faq-accordion-title.ui-state-active {
      color: #0066ff !important;
    }
    
    /* arconix faq content */
    .arconix-faq-accordion-wrap .arconix-faq-accordion-content {
      font-family: Raleway !important;
      font-size: 18px !important;
      border: 0px !important;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘css not working’ is closed to new replies.