How to disable the button from the slider

  • Anonymous

    #2698

    I want to disable the button from the slider.

    Is that possible ?

    the site is aspros.gr

    Anonymous

    #21569

    Add this to your child theme stylesheet (or to the custom css):

    .full-sized .block-button, .full-sized .block-button:visited {
    display: none;
    }

    Anonymous

    #21570

    thanks

    Anonymous

    #21571

    I want also to change the language from the button “Continue reading” from each post into Greek language. Is that possible with child css?

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

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