Tagged: CSS
Hi, if i put in the follow code in the custom css, it doesnt function – why??
.featured-text .featured-title, #controllers a:hover, #controllers a.active { background: #696969 none repeat scroll 0 0; opacity: 0.8; }
.sue-testimonial-text { font-size: 0.9em; font-style: italic; margin-bottom: 0.5em; }
Hi Susanne,
Please use below one if it does not function then let us know.
.featured-text .featured-title, #controllers a:hover, #controllers a.active { background-color: #696969; opacity: 0.8; } .sue-testimonial-text { font-size: 0.9em; font-style: italic; margin-bottom: 0.5em; }
Thank you!