By aerps on
Depending upon the monitor and resolution my website will look different. The name of my company under site configuration, my company will appear on one line and sometimes will be two lines depending upon the monitor.
Is there a module or a configuration I need to change?
Where I can change the color and font of my site name? which I enter under site configuration "Name:"
I use Aquia marina theme
Thanks for the help
Comments
In FireFox, you can block the
To change the color and font, you need to find the CSS code that affect the h1 tag that controls your site name.
In FireFox, you can block the text and then reveal the page code by right clicking and selecting "View Selection Source" That will sow you the CSS class that you want to modify.
I believe in your case, You want to look for
So you want to look for div #header-first h1 in the stylesheet.
Hope that helps.