• Resolved EPGtest

    (@epgtest)


    I want to change the style of the timeline item, which css file I need to modify? and which part I need to change? Is this one? cd-timeline-block? in the timeline-express.css?
    }.cd-timeline-block {
    margin: 25px 0;
    }
    .cd-timeline-block:after {
    content: “”;
    display: table;
    clear: both;
    }
    .cd-timeline-block:first-child {
    margin-top: 0;
    }
    .cd-timeline-block:last-child {
    margin-bottom: 0;
    }
    @media only screen and (min-width:822px) {
    .cd-timeline-block {
    width: 100%;
    margin: -3.5em 0;
    }
    .cd-timeline-block:first-child {
    margin-top: 0;
    }
    .cd-timeline-block:last-child {
    margin-bottom: 0;
    }

    https://www.ads-software.com/plugins/timeline-express/

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

    (@eherman24)

    You can add any style modifcations to your active theme, or your child theme’s style.css file.

    Any changes you make to any core files are going to be wiped out on each plugin update.

    Thanks,
    Evan

Viewing 1 replies (of 1 total)
  • The topic ‘Change style of the timeline item’ is closed to new replies.