Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Aleksandar

    (@gdalex)

    Hi @nicolab2,

    Thanks for reaching out!

    It isn’t possible to change the marker to a custom icon using this method anymore due to changes in the structure and code of the accordion block.

    Therefore, the only way to change the icon to a plus sign would be to enter the following CSS:

    .wp-block-coblocks-accordion-item__title::marker
    {
    	content:"+ ";
    	font-size:25px;
    	font-weight:bold;
    	color:darkred;
    }

    You can swap out the ‘+’ in the content property for any other letter/pastable character.

    Let me know if this helped!

    • This reply was modified 3 years, 1 month ago by Aleksandar.
    Thread Starter nicolab2

    (@nicolab2)

    Thank you for looking into it. In the end, I had switched to Getwid’s accordion. Plenty of icons to chose from, position is selectable, and icon is very easy to customize….

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘changing the icon of CoBlocks accridon’ is closed to new replies.