• Resolved 5starcruises

    (@5starcruises)


    Hi

    How can I change the location of the plus sign to be next to the title? Also, can I change the colour as well?

    Many thanks

    Danny

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

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

    (@philbuchanan)

    You can move the + sign and change its color with some simple CSS:

    .c-accordion__title:after {
    	position: static;
    	margin-left: 5px;
    	color: green; /* Put whatever color you want here */
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Plus Sign Next To Title’ is closed to new replies.