Viewing 1 replies (of 1 total)
  • Plugin Author philbuchanan

    (@philbuchanan)

    There is currently no way to add a subtitle directly in the title="" section of the shortcode. You could however add subtitles using CSS. Something like this should work:

    .accordion-title:after {
        /* Your subtitle styles go here */
    }
    
    #accordion-1-t1:after {
        content: "Your subtitle for accordion one goes here";
    }
Viewing 1 replies (of 1 total)
  • The topic ‘subtitels or advanced css for title’ is closed to new replies.