Hello ModernMixing,
That text should be in paragraph tags so you can style it from the CSS.
It's pretty unusual to wrap all your text in spans like this. You can target that span from the CSS like this -
Code:
#p8462164285236408337 {font-size: 18px;}
Normally it would be like this though -
markup:
Code:
<p>
What's the secret to the Master Bus? What's the best compressor? What's the best Limiter?
Should I EQ my track, and if so how should I do it? These are some of the common questions
in regards to the master bus. They come up, quitefrankly more often then I'd like to see.
This is a reason why I decided to cover this topic. To try and get peoples focus away from
the master bus and into the mix. Mastering engineers have been working on their craft for
years so it's no surprise that they are genious when it comes to the Master Bus. I also
believe that a mastering engineer worth his weight in gold will tell you not to wait until
it gets to the mastering stage.
</p>
And CSS:
p {font-size: 18px;}