Welcome, Guest
Username: Password: Remember me
Use this Category for your support questions about Virtuemart Template - CleanMart (SKU# FLEX-00015)

TOPIC: Change the text and colours on the checkout page

Change the text and colours on the checkout page 7 years 5 months ago #14651

How can I change the text and the colours on the checkout page.
The flexibleStepBarBlue and red is so different from the rest of my website. And the text is in English and I want to change that.

Thanks!
The administrator has disabled public write access.

Change the text and colours on the checkout page 7 years 4 months ago #14658

Hi,

You should start using developer console for CSS customizations. Then you can customize any element you want. (change colors, background, font-size etc..)

If you have no experience on using developer consoles (it exist on all browsers) You should check this forum posts:
www.flexiblewebdesign.com/forum-virtuemart-2-template-puremart-support/342-using-firebug-for-customization-or-troubleshooting



Please see the screenshot below:

Attachment Pasted_Image_10_29_16__5_39_PM.png not found





You basically need to
1- Open the "templates/YOUR_TEMPLATE/html/com_virtuemart/assets/css/flexible.css"
2- Locate to 846th line and find this rule:
#flexibleStepBar .flexibleStepBarBlue {
	background: #182d5c; /* Old browsers */
	background: -moz-linear-gradient(top,  #182d5c 0%, #142d55 47%, #0b0f32 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#182d5c), color-stop(47%,#142d55), color-stop(100%,#0b0f32)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #182d5c 0%,#142d55 47%,#0b0f32 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #182d5c 0%,#142d55 47%,#0b0f32 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #182d5c 0%,#142d55 47%,#0b0f32 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #182d5c 0%,#142d55 47%,#0b0f32 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#182d5c', endColorstr='#0b0f32',GradientType=0 ); /* IE6-9 */
	color:#fff;
	font-size:13px;
	padding-left:65px;
	display:block;
	padding:0 25px;
	font-weight:bold;
}

3- Change the "background" colors as you wish.

To create gradient background colors, navigate to this website: www.colorzilla.com/gradient-editor/ and create your own customized background colors. Or you can use solid colors, something like:
background: #ff0000;

FYI: Gradient background colors are supported by all modern browsers.

Regards.
Last Edit: 7 years 4 months ago by Support.
The administrator has disabled public write access.
Time to create page: 0.090 seconds

MaterialMart

for Virtuemart 3

Google's Material Design has finally arrived to Virtuemart

Virtumart Template - MaterialMart Virtumart Template - CleanMart Virtumart Template - CleanMart Virtumart Template - CleanMart

Fully responsive!

Buy Now   |   Live Demo