Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

Change the font color in "Categories"

 
Reply
   X-Cart forums > X-Cart 5 > Dev Questions (X-Cart 5)
 
Thread Tools Search this Thread
  #1  
Old 01-18-2016, 12:25 PM
 
Ridgeway1 Ridgeway1 is offline
 

Member
  
Join Date: Jan 2016
Posts: 25
 

Default Change the font color in "Categories"

I would like to change the font color in the "Categories" box. Can someone tell me how to do this?

I also need to do the same thing for the prices throughout the site. We don't want Red, we want a Brown/tan Thanks.
__________________
Version No: 5.2.10

Go Social
Color Schemes:
Shipping:

Product filter module

Disable Drag’n’drop add to cart

Theme Tweaker

Wholesale

Contact us

Sales tax
Color schemes

Coupons

Custom product tabs.

Featured products

News

Pitney Bowes International

Product Advisor

Product Reviews

Product Variants

Webmaster Kit
Reply With Quote
  #2  
Old 01-18-2016, 02:44 PM
  totaltec's Avatar 
totaltec totaltec is offline
 

X-Guru
  
Join Date: Jan 2007
Location: Louisville, KY USA
Posts: 5,823
 

Default Re: Change the font color in "Categories"

Ridgeway,
With CSS changes like this, it is easier to make suggestions based on your actual site. We don;t know exactly what your setup is, what template you are using, etc. Even if we did, the time it would take to replicate all of that so that we could see your exact end result would be ridiculous.

If you can provide a link to the page in question it would help immensely.
__________________
Mike White - Now Accepting new clients and projects! Work with the best, get a US based development team for just $125 an hour. Call 1-502-773-6454, email mike at babymonkeystudios.com, or skype b8bym0nkey

XcartGuru
X-cart Tutorials | X-cart 5 Tutorials

Check out the responsive template for X-cart.
Reply With Quote
  #3  
Old 01-19-2016, 07:06 AM
  razortw's Avatar 
razortw razortw is offline
 

X-Cart team
  
Join Date: Feb 2015
Posts: 807
 

Default Re: Change the font color in "Categories"

Hello.
Please let us know what template you use for your store, only knowing that I will be able to help you with this.
Or provide us with the link to your site.
Thanks.
__________________
Best regards,
Igor Pudovkin
X-Cart hosting team
Reply With Quote
  #4  
Old 01-19-2016, 07:07 AM
 
Ridgeway1 Ridgeway1 is offline
 

Member
  
Join Date: Jan 2016
Posts: 25
 

Default Re: Change the font color in "Categories"

Hi,

Thanks for your reply. Here is the link to the site I'm creating: http://www.ridgewaycompany.com/xcart/ ,

I want the "Red" prices to be a tan color. I also want the top of the "Sale" box to be a gradient like the "New Arrivals" box.

The "Template" used is "Noblesse".

Any help would be appreciated.

Current CSS:

/**
* Top menu main block styling
*/
.navbar-inverse {
background-color: #58443a;
border-color: #58443a;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
color: #efe9e2;
background-color: #58443a;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
color: #efe9e2;
background-color: #58443a;
}
}

/**
* Main blocks of the sidebar (Top categories, Sale, New arrivals Recently viewed and so on)
*/
.sidebar div.block {
padding: 0px;
border-color: #9c8167;
border-width: 2px;
}

/**
* Header of the main blocks in the sidebar
*/
.sidebar .block .head-h2 {
padding: 14px 20px 14px 20px;
margin: 0px;
border-color: #9c8167;
border-radius: 5px;
color: #000000;

}

/**
* Content of the main blocks in the sidebar
*/
.sidebar div.block div.content {
padding: 0px 20px 20px 20px;
border-radius: 5px;
}

/**
* Styles for the links inside the main blocks of the sidebar
*/
.sidebar ul.menu a {
border-top: 1px solid #efe9e2;
}

/**
* Specific styles for the Top categories block in the side bar
*/
.sidebar div.block.block-product-filter div.content {
padding: 0px 10px 20px 10px;

}

/**
* Specific styles for the Top categories block in the side bar
*/
.sidebar .block.block-top-categories .head-h2 {
background: #efe9e2;
}

.sidebar div.block.block-top-categories div.content {
background: #efe9e2;
}

.sidebar div.block.block-top-categories div.content a {
color: #4c5c80;
}

/**
* Header for specific side-bar box ("New arrivals" products)
*/
.sidebar .block.block-new-arrivals .head-h2 {
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
background: #efe9e2;
background: -moz-linear-gradient(top, #efe9e2 0%, #d0c2b1 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efe9e2), color-stop(100%,#d0c2b1));
background: -webkit-linear-gradient(top, #efe9e2 0%,#d0c2b1 100%);
background: -o-linear-gradient(top, #efe9e2 0%,#d0c2b1 100%);
background: -ms-linear-gradient(top, #efe9e2 0%,#ed0c2b1 100%);
background: linear-gradient(to bottom, #efe9e2 0%,#d0c2b1 100%);
filter: progidXImageTransform.Microsoft.gradient( startColorstr='#efe9e2', endColorstr='#d0c2b1',GradientType=0 );
}

/**
* Price info block in the "New arrivals" product list in the side-bar box
*/
.sidebar .block.block-new-arrivals div.product-price {
margin-top: 10px;
}

/**
* Price info text in the "New arrivals" product list in the side-bar box
*/
.sidebar .block.block-new-arrivals .products-sidebar-small-thumbnails span.product-price {
font-size: 26px;
}

/**
* The last product element block in the New arrivals list
*/
.sidebar .block.block-new-arrivals ul.products-sidebar li.last {
padding-bottom: 10px;
}

/**
* The last element block in the New arrivals list (There is a link "All new products")
*/
.sidebar .block.block-new-arrivals ul.products-sidebar li:last-child {
padding-bottom: 10px;
}

body, div, td, tr, th, tbody, h1, h2, h3, h4, h5 ul, li, a, p, span {
font-family: Times New Roman !important;
}
__________________
Version No: 5.2.10

Go Social
Color Schemes:
Shipping:

Product filter module

Disable Drag’n’drop add to cart

Theme Tweaker

Wholesale

Contact us

Sales tax
Color schemes

Coupons

Custom product tabs.

Featured products

News

Pitney Bowes International

Product Advisor

Product Reviews

Product Variants

Webmaster Kit
Reply With Quote
  #5  
Old 01-19-2016, 10:20 AM
  totaltec's Avatar 
totaltec totaltec is offline
 

X-Guru
  
Join Date: Jan 2007
Location: Louisville, KY USA
Posts: 5,823
 

Default Re: Change the font color in "Categories"

Looks like you need to modify

Code:
.products span.product-price { color: #d0061e; }

Just try adding that to the bottom of your custom CSS, and editing the hex code for the color.
__________________
Mike White - Now Accepting new clients and projects! Work with the best, get a US based development team for just $125 an hour. Call 1-502-773-6454, email mike at babymonkeystudios.com, or skype b8bym0nkey

XcartGuru
X-cart Tutorials | X-cart 5 Tutorials

Check out the responsive template for X-cart.
Reply With Quote
  #6  
Old 01-19-2016, 01:45 PM
 
Ridgeway1 Ridgeway1 is offline
 

Member
  
Join Date: Jan 2016
Posts: 25
 

Default Re: Change the font color in "Categories"

I still need help with this:

I also want the top of the "Sale" & "Recently Viewed" boxes to be a gradient like the "New Arrivals" box.

Info:

http://www.ridgewaycompany.com/xcart/

The "Template" used is "Noblesse".

Please help.

Thanks
__________________
Version No: 5.2.10

Go Social
Color Schemes:
Shipping:

Product filter module

Disable Drag’n’drop add to cart

Theme Tweaker

Wholesale

Contact us

Sales tax
Color schemes

Coupons

Custom product tabs.

Featured products

News

Pitney Bowes International

Product Advisor

Product Reviews

Product Variants

Webmaster Kit
Reply With Quote
  #7  
Old 01-19-2016, 02:03 PM
  totaltec's Avatar 
totaltec totaltec is offline
 

X-Guru
  
Join Date: Jan 2007
Location: Louisville, KY USA
Posts: 5,823
 

Default Re: Change the font color in "Categories"

Try adding this below the definition above:
Code:
.sidebar .block.block-recently-viewed .head-h2, .sidebar .block.block-sale-products .head-h2 { border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; background: #efe9e2; background: -moz-linear-gradient(top, #efe9e2 0%, #d0c2b1 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efe9e2), color-stop(100%,#d0c2b1)); background: -webkit-linear-gradient(top, #efe9e2 0%,#d0c2b1 100%); background: -o-linear-gradient(top, #efe9e2 0%,#d0c2b1 100%); background: -ms-linear-gradient(top, #efe9e2 0%,#ed0c2b1 100%); background: linear-gradient(to bottom, #efe9e2 0%,#d0c2b1 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efe9e2', endColorstr='#d0c2b1',GradientType=0 ); }
__________________
Mike White - Now Accepting new clients and projects! Work with the best, get a US based development team for just $125 an hour. Call 1-502-773-6454, email mike at babymonkeystudios.com, or skype b8bym0nkey

XcartGuru
X-cart Tutorials | X-cart 5 Tutorials

Check out the responsive template for X-cart.
Reply With Quote

The following user thanks totaltec for this useful post:
razortw (01-20-2016)
  #8  
Old 01-20-2016, 07:21 AM
 
Ridgeway1 Ridgeway1 is offline
 

Member
  
Join Date: Jan 2016
Posts: 25
 

Default Re: Change the font color in "Categories"

Thank you so much! I think I am good to go now. Have a great rest of the week!
__________________
Version No: 5.2.10

Go Social
Color Schemes:
Shipping:

Product filter module

Disable Drag’n’drop add to cart

Theme Tweaker

Wholesale

Contact us

Sales tax
Color schemes

Coupons

Custom product tabs.

Featured products

News

Pitney Bowes International

Product Advisor

Product Reviews

Product Variants

Webmaster Kit
Reply With Quote
Reply
   X-Cart forums > X-Cart 5 > Dev Questions (X-Cart 5)



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 03:17 PM.

   

 
X-Cart forums © 2001-2020