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*

about slider

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #90493
    harun
    Participant

    Can I hide the largest area in the slider from mobile users? and the content count is now 5. is it possible to change it to 3? this area consumes a lot of resources. loading late.

    #90542

    Hi harun,

    To hide the Banner Slider on mobile View then please go to 'Appearance > Customizer > Additional CSS' and paste the below Custom CSS code.

    @media (max-width: 575px) {
    	.featured-section .featured-slider {
    		display: none;
    	}
    }

    To make the Slider Posts only 3 then you can show the post through category where you can assign only desired 3 posts.

    Note: If you are using the High resolution images in your site then you can use the use the compressed images having the same quality of images. There are various application and Websites where you can compress the images size without loosing the quality of images. We recommend you to use Compressor.io. From it you can compress the images without loosing quality. It will definitely helps to reduce the Page load time.

    #90654
    harun
    Participant

    thanks. this information is very useful.

    #90820

    Welcome harun,

    Please let us know if you have any other queries regarding the Theme.

    Thanks

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