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*

Banners: how to skip articles

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #93152
    xeinar
    Participant

    Hello there,
    I would like to use the three top banners to display the first 5 sequentials latest post. So I would like to get a suggestion to:

    – Featured slider: hide the navigation arrows
    – Featured post 1: skip the first latest post
    – Featured post 2: skip the first three latest posts

    Thanks for your help.

    #93383

    Hi Xeinar,

    To hide the Featured Slider Navigation, Please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code.

    .featured-slider .owl-nav {
    	display: none;
    }
    .featured-slider .post-slider-header {
    	padding-right: 0;
    }

    Skipping the posts on Sliders/scripts are not possible through providing Custom CSS code. You really need to customize the Theme Code and make sure you make a Child Theme first before customizing the Theme code so that your customized code won’t get lost when updating the Theme to a Newer Version in future.

    Instead of Skipping code through custom Code, you can create a new Category where you can assign the desired posts to it.

    Thanks

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