Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1229027

    Hi,
    i would like to remove the line in between color section and advance layer slider.
    i’ve tried .container_wrap { border-top: none !important; } but nothing change.

    regards,
    Hwang

    print screen of the line

    #1229332

    Hey manjii,

    Please try the following in Quick CSS under Enfold->General Styling:

    avia-layerslider.avia-shadow {
        box-shadow: none;
    }

    Best regards,
    Rikard

    #1229334

    Hi Rikard,

    thank you, i just tried and clear cache, the line is still there and below is the screen shoot.

    screen shootscreen shoot
    https://prntscr.com/tf4nt9

    regards,
    Hwang

    #1229536

    Hi,

    Sorry, this is the correct CSS:

    .avia-layerslider.avia-shadow {
        box-shadow: none;
    }

    Best regards,
    Rikard

    #1229563

    Hi Rikard,

    thank you, it works now.

    Regards,
    Hwang

    #1229657

    Hi Hwang,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.