slider 1000×300
-
Hello,
I want to change size od slides from 1000×500 to 1000×300. Also I dont want to show titles for slides.
I figure it out that I must change style.css in child theme.
I changed:
.slides {
height: 350px;
}it was 550px
also:
.slides .slide-thumb {
height: 300px;
}which was 500px
and :
cycle-slideshow {
height: 350px;
}it was 550px.
For titles i know I must change .slide-title.
I changed it so:
.slide-title {
height: 0px;
font-size: 0px;
font-size: 0rem;
font-weight: 0;
line-height: 0;
margin-bottom: 0px;
margin-bottom: 0rem;
-webkit-text-stroke: 0rem #222;
}Now problems are that pictures are weirdly resized and also for font it seems that it’s still empty space.
Any help would be appreciated a lot.
regards,
Kristijan
- The topic ‘slider 1000×300’ is closed to new replies.