Nowadays, jquery slider become more popular, so in this tutorial, it would like to show you how to create a beautiful text slider with jquery plugin. In fact, you can using text sliding in your website anywhere and especially on home page to show recent news or highlight important information to make it more attractive and professional looking.

You may also like this tutorial:

jquery text sliderDemo Download

With this text slider tutorial, hope you can create your slider with jquery on website or template.

Let’s go with my tutorial coding bellow:

This text slider using plugin such as:

The Markup Language

The Cascading Style Sheets (CSS) text slider will have the following code:

h1, h2, h3, h4, h5, h6, li, p, ul { border: 0; margin: 0; padding: 0;}
ol, ul {list-style: none;}
li {display: list-item;}

h4{
    font-family: 'Droid Sans', sans-serif;
    font-weight: 400;
    color: #707070;
    text-transform: uppercase;
	font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px; 
}

p{
    font: 12px 'Droid Sans', sans-serif;
    line-height: 18px;
    color: #8f8f8f;
}

.grid_3.carousel-article .caroufredsel_wrapper{
    width: 100% !important;
}

.carousel-article{
    width: 100%;
}

.grid_3.carousel-article .carousel-li > li{
    width: 220px;
    margin-right: 0;
}

.carousel-pagination {
    text-align: center;
    float: left;
    margin-top: 10px;
}

.carousel-pagination a {
    background: url('images/btn.png') no-repeat;
    width: 19px;
    height: 5px;
    margin: 0 5px 0 0;
    display: inline-block;
}

.carousel-pagination a.selected {
    background: url('images/btn-active.png') no-repeat;
    cursor: default;
}

.carousel-pagination a span {
    display: none;
}

Now! It have a beautiful jquery text slider. Check out the demo below, and feel free to download this example1 for future use.

Tags:

Updated:

Share
Graham Bill

Written by

Graham Bill

Graham Bill is a seasoned web designer with a specialization in WordPress sites and blogs, boasting over a decade of experience in the field. His extensive knowledge of the web design industry and familiarity with the latest trends in WordPress development set him apart as an expert. Through his blog, Graham shares valuable tips and tricks that serve as a great resource for anyone looking to enhance their web design skills or optimize their WordPress sites. His commitment to offering insightful articles reflects his dedication to enriching the web design community with practical advice and expertise.

View all posts →

3 comments on “jText jQuery Text Slider Article Tutorial

  1. swati

    Really nice… thankyou

  2. Bhumi

    very useful.thanks

  3. fysisoft

    wow thats really great

Leave a Comment