remove "VIEW POST" on specific slider

  • 5epoil

    #10652

    hi,

    I did try to put this css but its not works for me:

    #slider-post-7 a {
    display: none;
    }

    pls advise.

    thanks

    Mod

    Kenneth John Odle

    #46582

    Do you have a link to the page in question so we can take a closer look?

    5epoil

    #46583

    ihmc.usim.edu.my

    Admin

    Syahir Hakim

    #46584

    To remove the button from all slides, either change the “Slider content” setting to “Full content” in Customizer > Franz Josef: General > Slider, or add the following code to Customizer > Additional CSS:

    .slider .call-to-action {
    display: none;
    }

    To remove the button only on specific slides, use the following code instead:

    #slide-9 .call-to-action {
    display: none;
    }

    The number after #slide- is the post ID of the slide that you want to remove the button from.

    5epoil

    #46585

    The css did it well. Thanks a lot.

    Pamela

    #50522

    I want to remove the arrows on my sliders (which I have replacing my header) but none of the code listed above works.

    What can I do?
    http://www.IntimateKingdom.com with Graphene PLUS, Child Theme

Viewing 6 posts - 1 through 6 (of 6 total)

  • You must be logged in to reply to this topic.