Custom close button styles
-
I found an article to style the open/collapse buttons: using: trigclass=”pink” and css style .collapseomatic.pink
<p>[expand title=”Title goes here” trigpos=”below” targclass=”maptastic” trigclass=”pink” findme=”1714″]</p>
css
.collapseomatic.pink {
background-image: url(“/images/arrow-down-pink.png”);
background-repeat: no-repeat;
background-position: 50% 12px;
padding: 0px 0px 10px 6px;
margin-left: -5px;
cursor: pointer;}Does anyone know the how to call the css for the close button?
.section-close a {
display: block;
background: transparent url(“/wp-content/plugins/jquery-collapse-o-matic/images/section_close_green.png”) no-repeat scroll center center;
height: 40px;
width: 40px;
text-indent: -999em;
margin-top: 10px;
}Thanks
- The topic ‘Custom close button styles’ is closed to new replies.