Need to change font color on VM Checkout Page

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
Wed Aug 21, 2013 3:53 pm
Reply with quote
Report this post
Hi There,

I need to know where I need to place in the correct CSS coding to change the font color on my checkout page. From what I can see the class id is cart-summary...however I've tried going in VM css pages to edit or add the font color and nothing seems to work. I have an image to show this. The current font is white which doen't show up on the light gray image background. I have it highlighted so you can see.

If anyone could help with this I would much appreciate this.

Kind Regards,

Katie
User avatar
Fresh Boarder

GK User
Wed Aug 21, 2013 4:34 pm
Reply with quote
Report this post
Never mind I found it using Firebug. I never used this tool because I didn't understand how it worked but found this article one how to inspect the specific items on a page...http://stackoverflow.com/questions/3770 ... ular-style

Right Click and select Firebug Inspect.

The answer to the question though is that is found "joomla.css" so I was editing wrong Css Pages and also the wrong style!

th {
color: #fff;
font-weight: 400;
text-align: left;
}

Worked perfectly! I know this is probably so trivial for a lot of peeps but thought it would be helpful to share for newbies. ;) Heck I'm not a newbie and still didn't know until now.

Thanks,

Katie =)
User avatar
Fresh Boarder

teitbite
Fri Aug 23, 2013 8:44 am
Reply with quote
Report this post
Hi

I think someone will benefit from it for sure. Thank You for sharing.
User avatar
Moderator


cron