Display recent post titles as bullet points
-
I am using the plugin to display a list of recent pages in a category (Under the Outdoor Adventures heading in the 3rd column on the page).
I have tweeked the style so the font size matches the other text on the screen. The links in the other two columns (non-dynamic text with hyperlinks) are bullet lists and I want the recent posts text to match, but I can’t figure out how to change the styling to bullet lists.
If anyone can help me that would be amazing!
Custom style code I’ve used below:
.rpwe-block ul{ list-style: square !important; margin-left: 0 !important; padding-left: 0 !important; padding-top: 5 !important; } .rpwe-block li{ border-bottom: none; margin: 0 0 8px !important; padding: 0px 0 0px !important; list-style-type: none !important; display: block; } .rpwe-block a{ display: inline !important; text-decoration: none; list-style-type: square !important; } .rpwe-block h3{ list-style-type: square !important; background: none !important; clear: none; margin-bottom: 0 !important; margin-top: 0 !important; font-weight: 400; font-size: 16px !important; line-height: 1.5em; } .rpwe-thumb{ border: 1px solid #eee !important; box-shadow: none !important; margin: 2px 10px 2px 0 !important; padding: 3px !important; } .rpwe-summary{ font-size: 12px; } .rpwe-time{ color: #bbb; font-size: 11px; } .rpwe-comment{ color: #bbb; font-size: 11px; padding-left: 5px; } .rpwe-alignleft{ display: inline; float: left; } .rpwe-alignright{ display: inline; float: right; } .rpwe-aligncenter{ display: block; margin-left: auto; margin-right: auto; } .rpwe-clearfix:before, .rpwe-clearfix:after{ content: ""; display: table !important; } .rpwe-clearfix:after{ clear: both; } .rpwe-clearfix{ zoom: 1; }
The page I need help with: [log in to see the link]
- The topic ‘Display recent post titles as bullet points’ is closed to new replies.