How do I remove drop cap?
-
I tried inspecting the element within Google inspector and change the font size in this code:
.rr_review_text {
position: relative;
.drop_cap {
position: absolute;
font-size: 0px;
top: -15px;
left: -20px;
line-height: 100px;
zoom: 1;
filter: alpha(opacity=25);
opacity: 0.25;
z-index: 0;
}When I add this code to my Simple Custom CSS plugin, it doesn’t do anything. Could you please tell me how I can remove the drop cap (quotation marks) from all of my reviews? If you can let me know what I need to enter into my Simply Custom CSS plugin, I’d really appreciate it. I looked for an option in the Settings for your plugin but couldn’t find one.
Thanks
- The topic ‘How do I remove drop cap?’ is closed to new replies.