HomeHome Product Discus... Product Discus...SmithCartSmithCartFont coloursFont colours
Previous
 
Next
New Post
6/20/2011 12:12 AM
 

I would like to change the colour of the font on the main store page of the smith cart,  as well as the category listings font on the left side of the main store page. Could someone tell me which module.css file and line to edit to change this or correct me if thats incorrect. I wish to change the blue text in the attachement to black.

 

thanks in advance for any help.

 

 
 Login to download attachment
New Post
6/21/2011 1:28 AM
 

To change the font color on the category menu open the module.css for the category menu and change the following css properties hightlighted in yellow:

/* Category Menu Styles */
.NodeStyle, a.NodeStyle, .NodeStyle:link, a.NodeStyle:link
{
width: 100%; /*width: 140px; */
font-size: 12px;
display: block;
text-decoration: none;
color: #CC0000;
border: solid 1px Transparent;
padding: 2px 2px 2px 2px;
}

.NodeStyle:hover, a.NodeStyle:hover, .NodeStyle:link:hover, a.NodeStyle:link:hover
{
width: 100%;
font-size: 12px;
display: block;
text-decoration: none;
color: #CC00FF;
border: 1px solid #999999;
background-color: #E8E8E8;
padding: 2px 2px 2px 2px;
}


At your service,
Dave Smith
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
Previous
 
Next
HomeHome Product Discus... Product Discus...SmithCartSmithCartFont coloursFont colours