Modify the Look of View Cart Title

 

To edit the look or design of the View Cart title in shopaddtocart.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 to reflect your own  style as mentioned above. 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.