Jump to content

Bold Type on..


Recommended Posts

Hi
Find line 1787 in your global.css:

#primary_block form#buy_block label, #primary_block form#buy_block select {
display:block;
float:left;
width:47%;
}



change it to:

#primary_block form#buy_block label, #primary_block form#buy_block select {
display:block;
float:left;
font-weight:bold;
width:47%;
}



Hope it will solve your problem

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...