CSS not working on shortcodes-please help
-
I am trying to enlarge the text size on testimonial shortcode.
Here is the code in Firebug
<div class=”review female”><q style=”background-color:#bce859;color:#000000;”>My skin feels better, my digestive system lighter, my mental state lighter too and less sluggish. Overall I’m feeling a lot healthier than I was.” </q>
Here is my CSS
blockquote{
width:600px;
font-size:20em;
}
I cant work out why it is not working, when the width amends to 600px.
What am I missing?Thanks in advance.
Viewing 14 replies - 1 through 14 (of 14 total)
Viewing 14 replies - 1 through 14 (of 14 total)
- The topic ‘CSS not working on shortcodes-please help’ is closed to new replies.