Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #584348

    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?

    #584357

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.