• Resolved hkirk10

    (@hkirk10)


    I have a multilingual installation (www.nallow.ch) and it seems that I can only link the button on the slider to a page in only one or the other language. Therefore I thought to remove the slider buttons all together. How can I do this?

Viewing 1 replies (of 1 total)
  • HI,

    Please go to Admin Dashboard >> Appearance >> Customize >> Theme Options >> Theme General Options.

    Now copy below code and pste into Custom CSS Editor.

    .carousel-caption .btn {
        display: none !important;
    }

    Save the changes.

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘slider button on multi-lingual installation’ is closed to new replies.