Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Evan Herman

    (@eherman24)

    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 …

    Plugin Author Evan Herman

    (@eherman24)

    In the latest release, 1.0.4 , I’ve removed the styles that you have mentioned. Sorry for the trouble.

    Evan

    Thread Starter scharc

    (@scharc)

    Hey Evan,

    thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘css styles’ is closed to new replies.