• Hi,

    I have created a group. The plugin displays the group name with an H3 tag. I would like to either change the size and color of H3 in this particular case, or just not display the group name. I have tried many variations of:
    /* Arconix FAQ Question Title */
    .arconix-faq-accordion-title {
    font-size: 18px; color: #000; }

    but did not work.
    Can you please help.
    Thanks

    Gilda

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter gdadush

    (@gdadush)

    Solved!

    I had missed the following line in the css file

    /* FAQ Group Title
    ———————————————————— */

    h3.arconix-faq-term-title { margin: 20px 0 10px }

Viewing 1 replies (of 1 total)
  • The topic ‘Styling the h3 (Group name) or not displaying it’ is closed to new replies.