Custom Styles
-
I’m simply trying to change the disc bullet into a square.
I’ve added the following CSS in the custom styles box, but nothing changes.
#crp_related ul li, .crp_related ul li {
list-style: square outside none;
}Inspecting the CSS output in Firebug, I see the following (and not my change).
#shr-recommendations-text-content ul li {
list-style: disc outside none;
}
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘Custom Styles’ is closed to new replies.