- This topic has 1 reply, 2 voices, and was last updated 10 years ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Community Forums › Epik Theme Support › Welcome Widgets Font Color
I want to change the font color for the header font on the welcome widgets 1,2,3? Can someone share how to do that?
Thank you,
-Renee’
In your style.css file, take a look around line 1209 for – “#welcome .widgettitle“. This is where you can add a color, adjust font size, etc…
#welcome .widgettitle {
color: #aaa;
font-size: 36px;
font-weight: 300;
line-height: 46px;
}
I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com