• This is really easy to instal and use. I would recommend it. Really no hassle at all to add to my wordpress site.

    The only thing I would add to make it 5 stars is a down facing arrow to indicate there is more content in the closed tabs, but I will add that myself with css.

Viewing 2 replies - 1 through 2 (of 2 total)
  • I’d really like to see the CSS you ended up using. Feel like sharing?

    Thread Starter jelly_bean

    (@jelly_bean)

    Hi

    Here’s what I did (although I might do it differently now and use bootstrap glyphicons)

    .accordion h3.accordion-title {
    	border-bottom: 1px dashed #d6d6d6;
    	margin-bottom: 10px;
    	padding-bottom: 10px;
    	cursor: pointer;
    }
    
    .main-content .accordion h3.accordion-title {
    	background: url("../images/arrow.png") no-repeat scroll left 7px rgba(0, 0, 0, 0);
            padding-left: 15px;
    }
    
    .accordion-content p {
    	font-weight: 300 !important;
    	margin-bottom: 22px !important;
            padding: 0 !important;
    }
    
    .accordion-content p:before {
    	border: medium none !important;
            height: auto !important;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Easy to use’ is closed to new replies.