Post by afliktion » Tue Oct 25, 2011 11:19 am

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
Last edited by afliktion on Thu Oct 27, 2011 2:09 am, edited 1 time in total.

________________________________________
Afliktion


User avatar
Newbie

Posts

Joined
Tue Oct 25, 2011 10:43 am

Post by uksitebuilder » Wed Oct 26, 2011 8:46 pm

links are defined in the stylesheets.css

Code: Select all

a, a:visited, a b {
    color: #38B0E3;
    cursor: pointer;
    text-decoration: underline;
}
however, other sections of the site such as header etc may have their own styling for links such as

Code: Select all

#header .links a {
    color: #38B0E3;
    display: block;
    float: left;
    font-size: 12px;
    padding: 0 0 0 7px;
    text-decoration: none;
}

User avatar
Guru Member

Posts

Joined
Thu Jun 09, 2011 11:37 pm
Location - United Kindgom

Post by afliktion » Thu Oct 27, 2011 2:07 am

I had actually done this to no avail, but, I edited the wrong template, i was editibg the default, not the 'Default Black'.
:crazy:
Thank You, got it now.

________________________________________
Afliktion


User avatar
Newbie

Posts

Joined
Tue Oct 25, 2011 10:43 am
Who is online

Users browsing this forum: No registered users and 8 guests