I would like to have a slideshow image without text or button. When I remove it, the image becomes smaller and not the hight it has with the other attributes. How can I fix the hight on the image?

I also would like to remove the logo-text and leave it blank, but thats no option. The text "Svenska irländsk setterklubben" I also would like to remove, but then the space from the top goes down to the menu text wich doesnt look good.

    grafiska-huset Hi

    I added this custom css into your site:

    .t4-topbar {
        min-height: 50px;
    }
    .t4-logo-header {
        display: none;
    }
    @media (min-width: 1024px){
    .acm-slideshow .item {
        min-height: 1065px;
    }
    }

    Kindly check.

    I notice that the image isnt responsive anylonger, is there a possibility to fix that?

    I updated above code a little bit, kindly check again.

    Write a Reply...
    You need to Login to view replies.