• Resolved savacations

    (@savacations)


    I have a staging site that uses the Accordion Block and want to know if there are any options for the background color of the accordions and/or border width/color. Please let me know.

    Thanks,

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

Viewing 1 replies (of 1 total)
  • @savacations Unfortunately, there isn’t an option for this. Your best approach will be to use the Custom CSS feature in the WordPress Customiser. The CSS will look something like this (change the colours for your own):

    
    .ab-block-accordion .ab-accordion-title {
      background: #F000F0;
    }
    .ab-block-accordion .ab-accordion-title {
      background: #0FFFFF;
    }
    
Viewing 1 replies (of 1 total)
  • The topic ‘Options with Accordion Block’ is closed to new replies.