Closed (works as designed)
Project:
MAYO
Version:
7.x-1.1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
7 Mar 2011 at 19:44 UTC
Updated:
26 May 2014 at 01:16 UTC
Jump to comment: Most recent
Comments
Comment #1
pixture commentedEdit style.css.
Color of some h2 and h3 elements can changed from theme settings page (such as sidebar h2, node h2).
Comment #2
bwill commentedOK, I'll take a look at that, but I seem to remember seeing H2 headings underlined. Does the settings page cover that as well?
Comment #3
bwill commentedLooked at style.css - did not see any color styles for heading tags. I also do not see anyting in settings to change colors for h2 and h3. In Firefox firebug, the color for H1 is Inherited fromdiv#main.clearfix, When an h2 tag is entered on a page, Firebug gives the following info for colors.css?lhrph2 (line 131)
#content .node h2 {
background-color: transparent;
color: #534336;
But if I search colors.css for #534336, I do not find it. I did find where the h2 is styled to be underlined in styles.css....
I just want to change the color style for the heading tags.
Comment #4
pixture commentedYou need to add new styles that specifies the colors of headings. There's no existing styles for them.
Comment #5
mermentau commentedClosing old issues that have lain dormant over a year without a response from either side. Please reopen in the advent there's still interest.