Viewing 6 replies - 1 through 6 (of 6 total)
  • To delete the border add this to your CSS.

    .slide-excerpt-border {
        border: none !important;
    }

    If you’d like to remove the outer 10px grey border add this to your CSS.

    #genesis-responsive-slider {
        border: none !important;
        padding: 0px !important;
    }

    Thread Starter Karloo

    (@karloo)

    Thanks CaptainCainer!
    This worked nicely:

    To delete the border add this to your CSS.

    <br />
    <pre><code>.slide-excerpt-border {
        border: none !important;
    }

    I could not find any reason to keep the border as it did change its width depending on the text content inside it.

    #genesis-responsive-slider {<br />
        border: none !important;<br />
        padding: 0px !important;<br />
    }

    This above was already there as I thought that would affect the excerpt border.
    I have been looking for a list on the CSS Properties for the Slider but so far I have not found any.

    It was a relief to get your clear answer CaptainCainer as I have stuggled with this for some time now.

    Is there any way to change the font-size and color of the excerpt text?

    Plugin Support Andrea Rennick

    (@andrea_r)

    Add custom css to your theme. I also find these things with Firebug, or Chrome’s Inspect Element. It’s an invaluable tool for looking at the HTML source of your site as well as the css. It will even let you test changes before making them live.

    https://www.studiopress.com/tips/using-firebug.htm

    I am trying to remove a Genesis Slider that was put in by mistake? Can someone respond to how I can remove the slider?

    Thanks.
    Mimi

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Which CSS properties are available for the Slider?’ is closed to new replies.