• Resolved ttjoki

    (@ttjoki)


    Hi to all,

    is there a way to style the Header color and text with the individual style CSS Option?
    Is there a list of classes we an use to style a accordion only by CSS inside the Plugin?

    many thanks
    Michael

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author htmgarcia

    (@htmgarcia)

    Hi @ttjoki,
    you can customize the color for the backgrounds, icons and text through “body color settings” and “color settings”.

    About classes, you can define a custom class through “Advanced” setting, then by separate figure out which CSS to use and add it through to your site.

    • This reply was modified 4 years, 9 months ago by htmgarcia.
    Thread Starter ttjoki

    (@ttjoki)

    Hi Garcia,

    sorry if i dont have enough knowledge. But wich classes exactly i can adjust trough the Custom CSS Styles.
    I tried to add following to adjust Border Bootom in heading, but it shows me always the message ( Closing missing ) :

    .accordionheader {
    border-bottom-width: 5px;
    border-bottom-style: solid;
    border-bottom-color: #95e595;

    any availible Documentation what i can adjust trough the custom CSS?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Advanced Accordion CSS Styling’ is closed to new replies.