• Hi at all,
    i have the slide at this link in home page :

    and i would edit the .css file to see in the slide the title and few words of a single post and the link ” Read More “..

    This is the code :

    /* slider */	
    
    h2.left-title{
    	font-family:'BebasNeueRegular';
    	font-size:22px;
    	font-weight:normal;
    	margin-bottom:10px;
    
    }	
    
    #slides {
    	width:655px;
    	height:330px;
    	z-index:100;
    	margin-bottom:10px;
    }
    
    .slides_container {
    	width:655px;
    	overflow:hidden;
    	position:relative;
    	display:none;
    
    }
    
    .slides_container div.slide {
    	width:655px;
    	height:250px;
    	display:block;
    }
    
    .caption {
    	z-index:500;
    	position:absolute;
    	bottom:-35px;
    	left:0;
    	height:30px;
    	padding:10px 10px 10px 10px;
    	background:#000;
    	background:rgba(0,0,0,.7);
    	width:635px;
    	font-size:20px;
    	line-height:1.33;
    	color:#fff;
    	border-top:1px solid #000;
    	text-shadow:none;
    }
    
    .pagination {
    	margin:15px auto 0;
    	width:100px;
    }
    
    .pagination li {
    	float:left;
    	margin:0 1px;
    	list-style:none;
    }
    
    .pagination li a {
    	display:block;
    	width:12px;
    	height:0;
    	padding-top:12px;
    	background-image:url(images/pagination.png);
    	background-position:0 0;
    	float:left;
    	overflow:hidden;
    }
    
    .pagination li.current a {
    	background-position:0 -12px;
    }
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Edit .css of a slide’ is closed to new replies.