This question should probably actually read "Changing Colors in Copied Default Theme", because all of my changes are really being done on a copy of the default theme. But since it is essentially the same theme, I figured it would work as a question description.
Also, I think this is more of a CSS question than a Thirty Bees questions, but I thought I would ask and see what I got back.
Line 334 in the "global.css" sets the color "black" for a variety of things:
a {
color: black;
text-decoration: none;
}
Unfortunately, some of what this applies to clashed with my theme color choices. Such as, this works great on my menu drop downs with a white background, but not so great on my very dark grey footer where it also effects the CMS block list, the account block list, and the email address only in the store information block.
How do "override" this setting for certain sections, or otherwise change it just for the footer.
In my case this line 334 "black" setting is fine for everywhere else in the site, but not for in the footer.
Question
jfnewell1965
This question should probably actually read "Changing Colors in Copied Default Theme", because all of my changes are really being done on a copy of the default theme. But since it is essentially the same theme, I figured it would work as a question description.
Also, I think this is more of a CSS question than a Thirty Bees questions, but I thought I would ask and see what I got back.
Line 334 in the "global.css" sets the color "black" for a variety of things:
a {
color: black;
text-decoration: none;
}
Unfortunately, some of what this applies to clashed with my theme color choices. Such as, this works great on my menu drop downs with a white background, but not so great on my very dark grey footer where it also effects the CMS block list, the account block list, and the email address only in the store information block.
How do "override" this setting for certain sections, or otherwise change it just for the footer.
In my case this line 334 "black" setting is fine for everywhere else in the site, but not for in the footer.
9 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now