• Resolved sgaray

    (@sgaray)


    Such a great plug-in. Simple and easy to use! Just had a quick change that I’m trying to make on my staging site.

    ? I have built out the FAQs, but just trying to see how:
    1. Increase the font size
    2. Bold the font

    Staging site is: https://ca9.8c5.myftpupload.com

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author John Gardner

    (@jgardner03)

    Hi,

    Thanks for using my plugin and for the kind words. Add the following to your theme’s style.css file.

    
    /* Set font-size and weight for Arconix FAQ plugin */
    .arconix-faq-wrap {
        font-size: X;
        font-weight: bold;
    }
    

    Just replace X with whatever font size you’d like.

    Thread Starter sgaray

    (@sgaray)

    Awesome! Is there a code configuration to change the styling independently from the Question and Answers?

    Example: Maybe I want the Question to be one color, and the Answer another?

    PS: Just made a small donation to the cause. Love this plugin.

    Plugin Author John Gardner

    (@jgardner03)

    Thank you for your support!

    If you want to modify the question

    
    /* Arconix FAQ Question Title */
    .arconix-faq-title { }
    

    If you want to modify the answer

    
    /* FAQ Answer Content  */
    .arconix-faq-content { }
    

    The CSS is pretty well documented. You can take a look at it here: https://github.com/j-gardner/arconix-faq/blob/master/includes/css/arconix-faq.css

    • This reply was modified 7 years, 4 months ago by John Gardner.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change Font Size , Bold?’ is closed to new replies.