Tagged: slider
- This topic has 12 replies, 3 voices, and was last updated 9 years, 1 month ago by Theme Horse Support Team.
-
AuthorPosts
-
August 27, 2015 at 11:39 am #27745jolantapawelecParticipant
Hello
I have installed this template https://www.themehorse.com/themes/interface/
I have a problem with the addition of sliders on the home page. Can I ask for help?August 28, 2015 at 6:21 am #27767Theme Horse Support TeamKeymasterHi Jolantapawelec,
Yes you can? what is the problem you are having in the slider in this theme?
Thank you!
September 1, 2015 at 12:19 pm #27859jolantapawelecParticipantThis problem has already been solved 🙂
But now I have another problem. Where is the option to put the empty space between the menu and slider?
Thank for helpSeptember 1, 2015 at 4:07 pm #27867Theme Horse Support TeamKeymasterHi Jolantapawelec,
To add the space between the menu and the slider Go to Appearance > Theme Options > Design Options Tab > Custom CSS paste the following CSS code and Click on save all changes button:
.featured-slider { margin-top: 10px; }
Thank you!
September 3, 2015 at 8:29 am #27922jolantapawelecParticipantI mean the space marked in red.
http://www.awesomescreenshot.com/image/541739/e89b1c6fad45ddfc537df3ade7e92d31
September 4, 2015 at 6:41 am #27947Theme Horse Support TeamKeymasterHi Jolantapawelec,
Could you please send us your site URL so that we can have a look into your issue.
Actually there is already a space in the menu but how it comes that there is not in your site.Thank you!
September 4, 2015 at 7:29 am #27949jolantapawelecParticipantPlease , this is my page:
http://sparkmailing.pl/Thanks
September 7, 2015 at 3:10 pm #28038Theme Horse Support TeamKeymasterHi Jolantapawelec,
It seems that your bootstrap plugin have override the theme main style.css please deactivate it if it is not needed in your site OR Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
#access a { -moz-box-sizing: content-box !important; -webkit-box-sizing: content-box !important; box-sizing: content-box !important; }
Thank you!
September 9, 2015 at 6:59 am #28080jolantapawelecParticipantNow everything works.
Thank you!
September 9, 2015 at 7:36 am #28082Theme Horse Support TeamKeymasterGreat! 🙂
September 24, 2015 at 1:07 pm #28683jolantapawelecParticipantI have another question.
Is it possible to remove the bottom bar on slider?
http://www.awesomescreenshot.com/image/603588/dee71733d1cd0b5f2f528cb15b1ae31d
Thank you!September 25, 2015 at 5:40 am #28700evanbates33ParticipantMay be you can do it by admin panel. I haven’t try this so far. If you will get any solution please let me know about this. Thanks in advance.
September 25, 2015 at 10:32 am #28708Theme Horse Support TeamKeymasterHi Evanbates33,
To remove the featured content you have to add the custom CSS code which will hide that section. Just Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
.featured-slider .featured-content { display: none; }
Thank you!
-
AuthorPosts
- You must be logged in to reply to this topic.