Slider Excerpt border/box

Homepage Community Forums Epik Theme Support Slider Excerpt border/box

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #13916
    HiNooril
    Customer

      I would like to have some sliders using the content from the post and some not – just image.
      The faint outline of the excerpt border always appears in the slides.

      I have tried border: 0px !important;} for .slide-excerpt

      .slide-excerpt-border p {
      border: 0px !important;}

      #genesis-responsive-slider {
      background: #ffffff !important;
      border-bottom-width: 0px !important;
      border-right-width: 0px !important;
      border-left-width: 0px !important;

      Is there anything else to try?
      Many thanks guys

      #13963
      HiNooril
      Customer

        Using Firebug I see that the issue is caused by:
        html > body .slide-excerpt-border {
        background: none;
        border: 1px solid #ddd;
        display: inline;
        float: left;
        margin: 10px;
        padding: 14px;
        position: relative;
        z-index: 8;
        } – which is indicated to be in the main css file.

        However, when I search for .slide-excerpt-border in the style.css, there is only one entry
        .slide-excerpt-border p {
        font-weight: 900 !important;
        color: #000000 !important;
        border: 0px !important;}

        What am I missing? How can I access the correct file?
        Thanks!

        #13966
        Jason M
        Customer

          Hi, what’s the link to your site?

          The style.css file is the only css file in the Epik theme. If you have a link I can take a look at what the issue might be.

          #13969
          HiNooril
          Customer

            Great, many thanks: http://newlilypad.wpengine.com/

            #13971
            HiNooril
            Customer

              Turns out it was in the slider CSS. I overlooked it.

              Thanks, though.

              This can be closed.

            Viewing 5 posts - 1 through 5 (of 5 total)
            • The topic ‘Slider Excerpt border/box’ is closed to new replies.