I am trying to figure out how to edit a few areas in Opencart. I have the 'Default Black' theme installed, and need help editing a few things if anyone can help. Because I have a few questions and didn't want to flood anything, I am posting it all in one thread. I do apologize if I posted in the wrong area.
Fresh Install
Ver.: 1.5.1.3.1
OK, I managed to fix two of my three questions on my own.
So The only this I have left to ask is:
What file and what do I look for to edit the link colors in Opencart?
I looked around the files, and there more text color areas the I have seen in most sites. So I am a little as a loss on this one.
Any help would be greatly appreciated.
Thank You In Advance.
Afliktion
links are defined in the stylesheets.css
however, other sections of the site such as header etc may have their own styling for links such as
Code: Select all
a, a:visited, a b {
color: #38B0E3;
cursor: pointer;
text-decoration: underline;
}
Code: Select all
#header .links a {
color: #38B0E3;
display: block;
float: left;
font-size: 12px;
padding: 0 0 0 7px;
text-decoration: none;
}
Who is online
Users browsing this forum: No registered users and 8 guests