- This topic has 3 replies, 2 voices, and was last updated 8 years, 12 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Community Forums › Epik Theme Support › CSS Setup – Editing every Font Style versus Universal Styles ??
Tagged: css, editing, elements, font styles, rules
Hi,
Epik’s fantastic… but I like to to edit font styles for every element.
The theme’s CSS seems setup to inherit settings on a few universal font.
i.e. changing blog post title style also changes the portfolio page title
Is there a simple way to change this or how/what code changes are needed?
Thks!
Yes you could add custom code that specifically targets certain ID’s or Classes. If it’s a portfolio title, then look at the code/class or ID and add that in your css.
I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com
Thks Eric. Learning on the fly… so if I understand, I need to:
– look at class… for example, #content .post .entry-title { (the blog titles)
– then add styling for every element (presumably under the darkblue section)
#content .post .entry-title {
font-size: 24px;
font-size: 1.5rem;
font-weight: 400;
line-height: 28px;
Does anything need to be removed / added, so this overrides the normal settings?
No it should override any other code and have priority if you add in code specifically for that particular ID or Class
I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com