Quote CSS
-
I copied the CSS that manages the before and after quotes on the “Modern” template to add to the “Bold” template, but I can’t get them to display.
.testimonial-content p:before {
content: “\f10d”;
left: -56px;
top: 0;
}
.testimonial-content p:after {
content: “\f10e”;
right: -56px;
bottom: 0;
}
.testimonial-content p:before, .testimonial-content p:after {
font-family: “FontAwesome”;
color: #CDCDCD;
font-size: 36px;
font-style: normal;
line-height: 36px;
position: absolute;
width: 36px;
}Is there any reason this shouldn’t work? If I switch the template, the quotes display fine.
Viewing 13 replies - 1 through 13 (of 13 total)
Viewing 13 replies - 1 through 13 (of 13 total)
The topic ‘Quote CSS’ is closed to new replies.