Okay
  Public Ticket #1011935
shadows around the images and texts
Closed

Comments

  •  2
    Otrodok started the conversation

    I do not understand the reason … but on all the slides I get the same shadows around the images and texts. What could be the problem?

    Example: http://imgur.com/a/GDBDS

  • [deleted] replied

    Hey Otrodok,

    The slider and its content might be overwritten by an external CSS style, for example by your theme's. If you show us your site with the slider we can check what's wrong exactly.

  •  2
    Otrodok replied

    perfect!

    http://peluqueriacaninasuaves.es

  • [deleted] replied

    The poblem is caused by your theme, the text stylings are overwritten in your theme's style.css file on line 1669:

    .ls-layer {
    position: absolute;
    left: 0;
    top: 0;
    height: 20px;
    width: 100%;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5) inset !important;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5) inset !important;
    content: "";

    }

    You will need to prevent your theme applying its custom styles on the slider to solve this.

    According to the market system, we've noticed that your support license has expired. Envato recently changed their Item Support Policy, which now requires customers to purchase support packs in order to receive support beyond the standard support time.

    Please consider purchasing an extended support license, so we can continue to provide item support for you.

    Thank you for your understanding!