• Resolved Isa Bel

    (@isa-bel)


    Hello,

    I am new to WP and am enjoying the boot store theme!
    Concerning the caroussel I have a question:
    Is it possible to have only pictures displayed in the carousel and the whole picture then being a link to the matching page?
    I would prefer not having any text, nor the “more info” button (I saw how to deactivate it) nor the title of the page which is linked, shown on the pictures.
    I would appreciate your (quick) help ??
    To get a better idea: https://www.bandixon.de

    Thank you in advance, greetings
    Isabel

Viewing 4 replies - 1 through 4 (of 4 total)
  • If you go into the page that you want to have a corresponding graphic for, you can just add the image on the right hand side, and click the “add to carousel” checkbox. I am wanting to do the same thing that you are doing, but I do not know how to make it link to a page yet. I hope someone knows how.

    Hi Lisa and Kevin

    Try something like this

    #template-carousel .carousel-caption h2 {
    margin: 0;
    display: block;
    width: 100%;
    height: 100%;
    
    }
    #template-carousel .carousel-caption h2 a {
    display: block;
    width: 100%;
    height: 100%;
    }
    
    #template-carousel .carousel-caption {
    width: 100%;
    margin: 0;
    padding: 0;
    }
    
    .carousel-inner .row-fluid .span7 {
    width: 100%;
    margin: 0;
    }
    
    #template-carousel .item {
    padding-top: 0;
    }
    
    #template-carousel .carousel-inner {
    height: 22.167143rem;
    }
    Thread Starter Isa Bel

    (@isa-bel)

    wow genius! Wonderful, thanks so very much!! I just inserted the code into my custom css and it works! ??

    you’re welcome

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Carousel – Image as link and no text possible?’ is closed to new replies.