I have a text widget in the header. The font size is too small and I would like to make it larger and change the color to white. I found a few thins and tried them but they didn’t work and ended up changing the position. A week ago I was helped with moving the text to a different position and when I added code it moved things back. My site is http://www.themental-game.com Thanks for the help.
<!-- // MAILCHIMP SUBSCRIBE CODE \ -->
<a href="http://eepurl.com/sFevz">Subscribe to our newsletter</a>
<!-- \ MAILCHIMP SUBSCRIBE LINK // -->
<style>
#text-4 {
left: 150px;
top: 235px;
}
</style>