ok here's the code
<span id="post-ratings-41" class="post-ratings">
<strong>4.00</strong>
out of 5,
<strong>rated</strong>
)
</span>
I want the 4.00 to be about 20px and I want the out of 5 to be about 7-8px
How would I set this up in css? I only want the strong to change in the rating section.
I got this part so far
.post-rating { font-size; }
