Jump to content

V4 Button Modifications


Guest Minister

Recommended Posts

Guest Minister

I'm looking for a way just to modify the Text color and Box color of all the buttons (IE: View Basket, Add to Basket, Apply Changes etc)

If anyone could possibly help it would be great. Thank you!

Link to comment
Share on other sites

I'm looking for a way just to modify the Text color and Box color of all the buttons (IE: View Basket, Add to Basket, Apply Changes etc)

If anyone could possibly help it would be great. Thank you!

Hi

open up yourTheme > styleSheets > style.css

and look for these

a.txtButton {

	font-weight: bold;

	color: #FFFFFF;

	background-color: #070F72;

	padding: 2px;

	line-height: 20px;

	text-align: center;

	text-decoration: none;

}

a.txtButton:hover {

	font-weight: bold;

	color: #FFFFFF;

	background-color: #FF9900;

	padding: 2px;

	line-height: 20px;

	text-align: center;

	text-decoration: none;

}




also this one


.submit {	

	color: #FFFFFF;

	background-color: #070F72;

	border: 1px black solid;

	/* height: 18px; */

	/* font-weight: bold; */

	font-size: 11px;

}

changes can be made there :)

Hope that helps.

Andrea

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...