http://tinyurl.com/mnyxthw
Down by the brass bronze...
Right now I underlined them so they look like links but.. otherwise you'd never even guess there links.
Any ideas?
Links outside the description are a little darker and turn a gray blue.
lasa2
You should use the theme's CSS file to change the color of the <a> tag within the description section.
You can use:
You can paste it in the file:
Andrei
You can use:
Code: Select all
.category-info a { color: #474747; }
Code: Select all
catalog/view/theme/megastore/stylesheet/stylesheet.css
Andrei
andrei.opencart[at]yahoo.com
Themes and Extensions
Andri, that's it
thanks a ton!
Once you showed me where I was able to set it up to look like the rest of the site:
.category-info a:link {color:#424142;}
.category-info a:visited {color:#424142;}
.category-info a:hover {color:#0d5b8c;}
.category-info a:active {color:#0d5b8c;}
Now that I have the work around solution I have a back up in case the THEME author can't figure out why the links are not being honored by the themes internal options.
Thanks again,
Lasa2

Once you showed me where I was able to set it up to look like the rest of the site:
.category-info a:link {color:#424142;}
.category-info a:visited {color:#424142;}
.category-info a:hover {color:#0d5b8c;}
.category-info a:active {color:#0d5b8c;}
Now that I have the work around solution I have a back up in case the THEME author can't figure out why the links are not being honored by the themes internal options.
Thanks again,
Lasa2
Who is online
Users browsing this forum: Amazon [Bot] and 18 guests