• Hello

    My site CSS file has a style that applies a white frame and shadow to photos

    .shadow {
    	background:none repeat scroll 0 0 #fff;
    	border:1px solid #dfdfdf;
    	margin-bottom:4px;
    	padding:7px;
    	-moz-box-shadow:3px 3px 10px -3px #808381;
    	-webkit-box-shadow:3px 3px 10px -3px #808381;
    }

    I am also using a promotion slider plugin that uses a shortcode like this

    [promoslider id="2"]

    How can I apply the CSS frame and shadow to this promotion slider?

    Thank you in advance!

Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘How do I apply a CSS style to a shortcode’ is closed to new replies.