Home › Forums › Free Themes › Travel Insight › Features slider help + Logo
- This topic has 3 replies, 2 voices, and was last updated 4 years, 10 months ago by 
Psink.
 
- 
		AuthorPosts
 - 
		
			
				
December 22, 2020 at 10:57 am #141230
Søren Fuhr
ParticipantHi,
How do I make the Slider on the homepage larger in height?
And also how do I make the logo larger?Lastly, how do I remove the gray/transparent box on top of the slider?
December 23, 2020 at 12:35 am #141262Psink
KeymasterHello @soren
Please add these CSS Codes code in the theme.
Css Code to make slider height larger – you can adjust value as your requirement – only change first value not ‘0’
.slide-text-only .main-slider{ padding : 160px 0; }Css Code to make logo larger – you can adjust height and width as your requirement
.site-logo img { height: 130px; width: 300px; }Css Code to remove gray transparent box
.slide-text-only .main-slider .regular{ background: none; max-width: fit-content; } .slide-text-only .main-slider .slick-prev { left: 20px; } .slide-text-only .main-slider .slick-next { right: 20px; } .slide-text-only .main-slider .regular .main-slider-contents{ max-width: 600px; }To add the above CSS please follow my instruction.
Go to Admin Panel > Appearance > Customize > Additional Css, paste all of the css here then published and refresh. You will see changesHope this helps you
Please help us by giving a review if you like our theme and support.
here is the link https://wordpress.org/support/theme/travel-insight/reviewsThanks in advance for a review
Regards,
PsinkDecember 23, 2020 at 7:52 am #141323Søren Fuhr
ParticipantHi again
I can only make the logo wider with that CSS. Not add height.
The grey box has been removed. However, I not have issues removing the secondary menu on the homepage picture. Please check find-skiferie.dk
Furthermore, with that CSS I am not able to adjust the height of the homepage picture.
What do I do? 🙂
At the buttom of the page, there is a “previous” button. How do I remove this as well?
December 24, 2020 at 1:36 am #141358Psink
KeymasterHello @SOREN
Add these CSS in Addtional Css.
Css For logo
.site-logo img { max-height: 180px; width: 331px; }Css for homepage image
section#main-slider-section { padding: 50px 0px; }Css for button
.nav-previous, .nav-next { display: none; }Hope this helps
Regards,
Psink - 
		AuthorPosts
 
- You must be logged in to reply to this topic.
 





