where can you set the speed of the rotating testimonials. Nice work on this one!
MARS () - 9 years ago - Reply 0
Need help, carousel-indicators showing 4 types (Numbers on the left 1,2,3,4 then in the center 4 circles overtop the bubbles and then the 5 bubbles under the circles. Tried disabling the scripts still cant find a solution. Help please. (Disregard - solved) make sure you do not have any ordered list styles in your css file.
Usyakuza () - 9 years ago - Reply 0
where do I change text color for quotes... the .quote decimal rgb changes don't work.
marclee29 () - 9 years ago - Reply 0
Hi, can you tell me how can I implement the photos onto the profile circles?
TeddyGraphics () - 9 years ago - Reply 0
In your CSS File, add :
.profile-circle > img{
width:100%;
height:100%;
border-radius: 100px;
}
And in Html:
<div class="profile-circle" style="background-color: rgba(77,5,51,.2;"> <img src="http://placehold.it/350x250"></div>
Karbonn () - 9 years ago - Reply 0