- This topic has 4 replies, 2 voices, and was last updated 9 years, 3 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Home › Community Forums › Epik Theme Support › slider text on main slider
The slider text on the main slider show is very light font, hard to see. Please advise how to make it darker/bolder.
Thank you.
If you look in your slider section around line 1164 in your style.css file you can add a font-weight like this –
.slider {
clear: both;
font-weight: 400;
}
You can use 400, 600, 700….or “normal”, “bold” etc
The first one will work – font-weight: bold;