Drop shadow/edit slider sub text - Acme Themes

Best Premium and Free WordPress Themes Forums Education Base Pro Drop shadow/edit slider sub text

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #45734
    Paul Stubbs
    Participant

    Hi is there any way to add a drop shadow or edit the style of the subtext on the slider? the white is disappearing on some slides and this would be helpful without replacing the slider with a plugin.
    P

    #45764
    acmesupports
    Moderator

    Dear Paul,
    If you can provide us with your site URL, we will observe and can provide you with possible solutions.

    Best Regards!

    #45778
    Paul Stubbs
    Participant

    Hi alumnismat.org
    I could overlay the pics, or change to another slider, I just wanted to know if there was a quick way to add the drop shadow like on the header text onto the except.
    Thanks
    Paul

    #45856
    acmesupports
    Moderator

    Dear Paul,
    Please add the given CSS code in Additional CSS.
    Appearance->Customize->Additional CSS

    .image-slider-wrapper .image-slider-caption{
    text-shadow:0 1px 2px #333;
    }

    Best Regards!

    #45871
    Paul Stubbs
    Participant

    Excellent that did the trick, thanks

    #45881
    acmesupports
    Moderator

    Dear Paul,
    You are Most Welcome 🙂

    Best Regards!

    #45895
    Paul Stubbs
    Participant

    is there a way to do this for the Inner Page Header ?
    Paul

    #45969
    acmesupports
    Moderator

    Dear Paul,
    Our developer team shall observe your issue and reply you back.

    Best Regards!

    #46019
    acmesupports
    Moderator

    Dear Paul,
    Please add the given CSS code in Additional CSS.
    Appearance->Customize->Additional CSS

    .inner-main-title  .entry-title{
    text-shadow:0 1px 2px #333;
    }
    For inner page breadcrumb
    #education-base-breadcrumbs .breadcrumb-trail li{
    text-shadow:0 1px 2px #333;
    }

    Best Regards!

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