Bullets left of the headers

News Show Pro GK5 - flexible, responsive and easily extendable free Joomla module support forum.
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Sun May 11, 2014 12:59 pm
I want to show a list (in a sidebar of the latest NEWS 2-template) of articles from specified categories without using images or so, just showing the headers. Is it possible to show (configurable?) bullets left of the headers? :?
User avatar
Expert Boarder

GK User
Sun May 11, 2014 1:07 pm
Hi,
1) first you don't have to use NSP to show latest articles from selected category, check default Joomla modules
2) NSP don't have option to choose bullets from list, but using CSS override you can add them or change it's appearance (color, padding etc.)
User avatar
Platinum Boarder

GK User
Sun May 11, 2014 1:17 pm
Half of your message is not showing on my screeen, that's the part where you give an example of the CSS-code to put in override.css ;)
User avatar
Expert Boarder

GK User
Mon May 12, 2014 5:57 am
I didn't add any code :whistle: , because I have to :
1) Know what module you will use Default Joomla News module or NSP
2) See URL where you put it & publish it.
User avatar
Platinum Boarder

GK User
Mon May 12, 2014 3:07 pm
Because you mentioned the default Joomla module (I completely forgot about that :() I gave it a try...
I used the the module class suffix gkBullet4 and added next code to override.css to smooth things up.
Looks great to me, thnx Pawel.
Code: Select all
.box li {
    border-bottom: 1px solid #E5E5E5;
    line-height: 1.4;
    padding: 5px 0px;
    overflow: visible;
    font-size: 0.9em !important; }

ul.gkBullet1, ul.gkBullet2, ul.gkBullet3, ul.gkBullet4 {
    margin: 0px;
    padding: 0px; }

.box .header {
    margin: 0px !important; }
User avatar
Expert Boarder


cron