Tagged: Accordion
Hi – We’re using the accordion module as “read more” in a post. We’d like to put a border around the toggle text “read more” rather than a border on the whole row. So it looks like a button?
Hi blankonblank!
Please add the following CSS
.main_color .toggler:hover {
background: none;
}
.readmore p.toggler {
border: 1px solid #000 !important;
width: 100px;
}
Play around with the sizes and let us know if you have any issues
Cheers!
Basilis