• Resolved audunmb

    (@audunmb)


    It seems like there are no color controls for accordions? Nor any text control?

    It’s not that hard to fix with custom CSS, but having color and styling options directly in the block options would be better.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support eugenewhite

    (@eugenewhite)

    Hello there!

    I assume you’re referring to the accordion elements’ headers since the accordion bodies use paragraphs, where options to customize text color, background color, and text size are available, right? If so, then yes, at this moment there’s no such option for the accordion headers. But if we collect more similar requests from our customers, our developers definitely consider such options implementation in one of the future plugin releases. We let you know if we receive any updates on this matter.

    Thread Starter audunmb

    (@audunmb)

    Yes, for headers, the + and – sign, and the box around the header (background and border). Now headers are in link color in my theme, which is not ideal.

    I fixed it with CSS for now, but options in the plugin would be more user friendly.

    /* for accordion */
    .my-custom-class .wp-block-getwid-accordion__header a{
    	  color: ; /*add color and other text styling*/
    }
    
    .my-custom-class .wp-block-getwid-accordion__header-wrapper {
    	background: ; /* add background color or other styling */
    }
    Plugin Support eugenewhite

    (@eugenewhite)

    Hello @audunmb!

    Thank you for your clarification. We sure consider such customization options implementation in one of the future plugin releases.
    In case you have any other questions, let me know.

    Plugin Support eugenewhite

    (@eugenewhite)

    Hello there!

    I hope you’re doing well.
    I haven’t received a response from you and will mark this topic as resolved.
    In case you have any questions, feel free to create a new one.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Accordion text and color control?’ is closed to new replies.