Removing "box" around text.
-
Recently installed this plugin and was successfully able to edit the color and font within in the .css file. I can not for the life of me get the “box” to disappear around rating and above. I posted a screen shot, what’s in the red box is what I’m referring to. Below is the code in my .css file. Thank you in advance for your assistance!
div.author-post-rating {
display: inherit;
margin: 1em 0;
}
span.author-post-rating-label {
display: inherit;
color: green;
font-family: “verdana”;
font-size: 14;
}
span.author-post-rating-stars img {
display: inherit;
height: auto;
max-width: none;
width: auto;
}
span.author-post-rating-stars {
display: inherit;
}
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Removing "box" around text.’ is closed to new replies.