badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

css doesnt appear

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #40049
    Susanne
    Participant

    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;
    }

    #40091

    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!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.