What CSS values do I need to edit?
AnsweredI am trying to edit the colours ect of certain areas in the Check out area in my site but I can't seem to find the value that changes the colour of the SHIPPING and BILLING and LOGIN titles in the check out page.
0
-
Hi Craig,
You can edit those in the css/style.css of your template directory. You will see something like this in there - which is a dark grey font:
h1 {
font-size:24px;
color:#555;
}h2 {
font-size:18px;
color:#555;
}You can add your own as well like so:
h3 {
color:#FF0000;
}0
Please sign in to leave a comment.
Comments
1 comment