Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #105146
    ed
    Participant

    How can I get the featured slider to stop at the last slide? Great theme BTW. Also, changing the content text size and making it bold in the Featured Slider.

    #105201
    Mahesh
    Participant

    @edvasquez: Featured Slider stopping, this is not possible simply. You’ll need to customize the theme further for this. And for changing content text size and making it bold, go to Dashboard=> Appearance=> Customize=> Additional CSS:

     #slideshow .entry-title {
    	font-size: 50px;
    	font-weight: bold;
    }
    
    #slideshow .subtitle {
    	font-size: 25px;
    	font-weight: bold;
    }

    Regards,
    Mahesh

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Featured Slider Loop’ is closed to new replies.