Hi I am not sure what you are referring too. Style deceleration inside of a CSS are not hard coded. What styles are you referencing?
You can always write you styles into a child theme to prevent confusion and things being over written..
Thanks,
Evan
Thread Starter
scharc
(@scharc)
I know all that, but if you wouldn’t hard code styles like:
.cd-timeline-content {
[...]
font-family: "Open Sans",sans-serif
}
.cd-timeline-title-container h2 {
color: #303e49
}
in your css file, it would always use the style that are used in the theme… dosn’t matter if child or main theme …
In the latest release, 1.0.4 , I’ve removed the styles that you have mentioned. Sorry for the trouble.
Evan