badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Problem with slider

Tagged: 

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #27745
    jolantapawelec
    Participant

    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?

    #27767

    Hi Jolantapawelec,

    Yes you can? what is the problem you are having in the slider in this theme?

    Thank you!

    #27859
    jolantapawelec
    Participant

    This 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 help

    #27867

    Hi 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!

    #27922
    jolantapawelec
    Participant
    #27947

    Hi 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!

    #27949
    jolantapawelec
    Participant

    Please , this is my page:
    http://sparkmailing.pl/

    Thanks

    #28038

    Hi 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!

    #28080
    jolantapawelec
    Participant

    Now everything works.

    Thank you!

    #28082

    Great! 🙂

    #28683
    jolantapawelec
    Participant

    I have another question.
    Is it possible to remove the bottom bar on slider?
    http://www.awesomescreenshot.com/image/603588/dee71733d1cd0b5f2f528cb15b1ae31d
    Thank you!

    #28700
    evanbates33
    Participant

    May 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.

    #28708

    Hi 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!

Viewing 13 posts - 1 through 13 (of 13 total)
  • You must be logged in to reply to this topic.