Modify the Look of Payment Information Title

 

To edit the look of the Payment Information  title in shopcheckout.asp, please follow the steps below:

 

1.   Open the “basic-style.css file using Notepad. The file is located in “templates/default/css”.

2.   Locate the code below:

 

.global-font-color, .shadetabs li a, .global-font-color > a  {

            color: #5a5a5a !important;

}

 

Directly update the CSS as mentioned above to reflect your own  style. You need to be familiar with CSS in order to update this.

 

For more information about CSS, please refer to:

http://www.w3schools.com/Css/default.asp

 

Note: Changing the .global-font-color style will also update the entire global-font-color style for other titles used in your site.

 

For example, if you wish to change the color of the title to red, then please update the CSS as shown below:

 

.global-font-color, .shadetabs li a, .global-font-color > a  {

            color: #FF0000 !important;

}

 

3.   Save the file and upload to the templates/default/css folder.

 

Preview of the example above: