Edit side menu line-height

Start-up Joomla template with amazing CSS3 animated icons, price tables and parallax effect background.
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Thu Jul 04, 2013 11:48 am
Reply with quote
Report this post
Hi
I am trying to edit the font line-height in the module articles category. See attached. I have added the module suffix "eventsidemenu" and added in the overide.css -

.eventsidemenu {
line-height: 1;
color: red;
}

Added the color red to test if I am affecting the module but apparently my class naming is wrong. Please advice.

Firefox.jpg


Thanks.
Tristan
User avatar
Senior Boarder

GK User
Thu Jul 04, 2013 1:32 pm
Reply with quote
Report this post
Try changing that code to:
Code: Select all
.eventsidemenu li{
line-height: 1;
color: red;
}
User avatar
Platinum Boarder

GK User
Fri Jul 05, 2013 7:28 am
Reply with quote
Report this post
Hi Don
Thanks for the reply. But the code did not effect any change. I will be putting up the website next week - perhaps I can provide you the link so you can have a better pix. Will update.

Tristan
User avatar
Senior Boarder

GK User
Fri Jul 05, 2013 9:25 am
Reply with quote
Report this post
Yes just let me know once it's up.
User avatar
Platinum Boarder


cron