Hi all,
We have just upgraded one of our clients installations from version 7 to V8. The V7 installation was using the smart Theme that we customised quite a bit to get the look they wanted.
During the upgrade process, all went well. The catalog is looking good, and just like the V7 version EXCEPT for one thing.
We have a navigation bar running horizontally across the top of the page, with links like Home, Info, View Cart etc etc.
Before these textual links were White, controlled with a CSS tag called actxxsmall . But now they are Black. I have changed all references to actxxsmall in the 3 style sheets I can find (site1 folder/previewhtml folder/sitehtml folder) but the links stubournly remain black.
When I use the new Design tab (looks good by the way) I seem to be able to fiddle with the spans etc for individual links. Below is a copy and paste of what I see when clicking on the home link. (it is all on one line)
<span class="actxxsmall">|</span> <a href="<actinic:variable name="HomePageURL" />" target="_self"></font><span class="actxxsmall"><strong><actinic:variable name="HomeText" /></strong></span></a> <span class="actxxsmall">|</span>
Which style sheet should I be concentrating on, and why do the links remain black?? The CSS from the style sheet is below.
.actxxsmall {
font-size:12px;
color:#ffffff;
}
.actxxsmall a:link, .actxxsmall a:visited, .actxxsmall a:active {
color: #ffffff;
}
.actxxsmall a:hover {
color: #ffffff;
}
Any help will be greatly appreciated
Grant
We have just upgraded one of our clients installations from version 7 to V8. The V7 installation was using the smart Theme that we customised quite a bit to get the look they wanted.
During the upgrade process, all went well. The catalog is looking good, and just like the V7 version EXCEPT for one thing.
We have a navigation bar running horizontally across the top of the page, with links like Home, Info, View Cart etc etc.
Before these textual links were White, controlled with a CSS tag called actxxsmall . But now they are Black. I have changed all references to actxxsmall in the 3 style sheets I can find (site1 folder/previewhtml folder/sitehtml folder) but the links stubournly remain black.
When I use the new Design tab (looks good by the way) I seem to be able to fiddle with the spans etc for individual links. Below is a copy and paste of what I see when clicking on the home link. (it is all on one line)
<span class="actxxsmall">|</span> <a href="<actinic:variable name="HomePageURL" />" target="_self"></font><span class="actxxsmall"><strong><actinic:variable name="HomeText" /></strong></span></a> <span class="actxxsmall">|</span>
Which style sheet should I be concentrating on, and why do the links remain black?? The CSS from the style sheet is below.
.actxxsmall {
font-size:12px;
color:#ffffff;
}
.actxxsmall a:link, .actxxsmall a:visited, .actxxsmall a:active {
color: #ffffff;
}
.actxxsmall a:hover {
color: #ffffff;
}
Any help will be greatly appreciated
Grant
Comment