Support Text overlappin logo
Using custom CSS, I have been able to increase the size of my text and change the color, however, I am unable to change the font from Italiic to regular and add bold.
header#masthead .hgroup .support-text {
font-size: 35px;
font-style: bold;
color: #000000;
And whe I adjust my screen size now my text is overlapping my logo for a about 1/2 inch, I need assitance having the text drop down at earlier vs overlapping my logo. Can someone help me. FYI I am a novice.
URL: http://sdmailman.com
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi Dan
You can fix this with some custom CSS. Try this
header#masthead .hgroup .support-text { font-style: normal !important; font-weight:bold !important; }Cheers
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.