View Single Post
  #538  
Old 04-10-2014, 01:47 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: X-Cart - reBOOT - Responsive Template

Hi Carl,
Quote:
1. In the Featured Category Addon (v2), in the notes section, you mention, "1) Go to your categories administration to make categories featured."

I have this at the top of the list showing the categories:
Pos. Category name Products* Subcategories Enabled Homepage Featured
I would double check you've followed all install steps correctly, but before doing so, clear your template cache to see if the checkboxes appear. The SQL patch may not have applied correctly.
Quote:
2. I want to change the text color for what I would call the Header Bottom Bar or Bottom bar text / hyperlinks colour. Where can I change that text color?
Can you clarify which text you mean, or post a screenshot.

The header category/speedbar text colour can be changed in your chosen theme in skin/reboot/css/themes
Eg. Blue theme...
Code:
.sf-menu, .sf-menu li { background: #00407F; } .sf-menu ul li { background: #0C1923; } .sf-menu a { color: #FFFFFF; } .sf-menu li:hover, .sf-menu li.sfHover { background: #253039; } .sf-menu a:hover { color: #FFFFFF; } .mean-container .mean-bar { background: #00407F; }
__________________
xcartmods.co.uk
Reply With Quote