Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Merv Barrett

    (@mervb1)

    Hi Ro

    Add your CSS changes to your active theme style.css file.

    We’ve kept the plugin CSS to a minimum so you can bend, shift and change everything you want.

    Use a parent selector that your theme CSS has to prefix the plugin CSS selectors. Sometimes it’s necessary as plugin CSS may load after the theme.

    This prevents the need to use !important on your CSS styles.

    .something-theme-container .epl-CSS-selector {
    Border-bottom: 2px solid #333333;
    }

    CSS is my coding specialty, love converting PSD to WordPress

    Plugin Author Merv Barrett

    (@mervb1)

    resolved

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Border at bottom after property?’ is closed to new replies.