Slider without button

  • Andreas Peters

    #10078

    Hi all,

    FJ would be the perfect theme for me if the slider would be without the button and the headline/text right in the middle. Is there any chance to get rid of both? Possibly with a piece of code?

    thx for help!

    Mod

    Kenneth John Odle

    #45302

    You can get rid of the carousel by adding this to your child theme stylesheet:

    .carousel {
    display: none;
    }

    Andreas Peters

    #45303

    Hm, thanks so far. I added the code in Franz-Josef Options/Display/Custom CSS… but now the whole slider is gone?! Did i do this correctly?

    Admin

    Syahir Hakim

    #45304

    Try this code:

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

    Andreas Peters

    #45305

    We are almost there. Thanks so far. But the name of the page is still displayed. Any chance to get rid of that one too?

    I tried:

    .carousel .titel {

    display: none;

    }

    But it didn’t work.

    Thanks again!

    Mod

    Kenneth John Odle

    #45306

    Is it .titel or .title?

    You can use developer tools (F12 on most browsers) or the Firebug extension for Firefox to nail down the exact element you are targeting.

    Mod

    Kenneth John Odle

    #45307

    Ah, but you are running Graphene at the moment, not FJ, so I can’t be more precise. Sorry.

    Andreas Peters

    #45308

    Ahhh…. that’s it. F12…! Excellent, thanks so much.

    .carousel .call-to-action {

    display: none;

    }

    .carousel .slide-title {

    display: none;

    }

    …and the Button and title are gone!

    :-)))

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

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