To insert code use <code>...</code>.
  • The header tags (H1, H2 etc) are not conforming to the text color i'm choosing. Im picking a dark black #000000, yet its turning out a very light black. whats going on? I tried choosing through the visual panel selecting manually too and bolding but none of it is working.
  • 7 Comments sorted by
  • Do you have a link to the page causing the problem?
  • no links, i did change to color other than black and i noticed it comes out a light version of the color. so the black is just staying a light version as opposed to the darkest black. the H3 tag wouldn't change colors at all. any thoughts?
  • H3 in what page? A blog list page? or just a regular page?

    Some Hx are overwritten by the shortcode you use.

    Thats why i asked for a link to a page. So i can have a look
  • yes, sorry...go to http://www.micromanos.com/services/human-resource-outsourcing/
    or to the main page and go under services to any of those pages.
    thanks
  • I can see the following code.


    <h3> Employee Benefits Services and Solutions For Your Company</h3>


    What color did you gave the H3 tag?

    if i look into your css file the colors are set to


    #page h1 {
    color: #007665;
    }
    #page h2 {
    color: #007665;
    }
    #page h3 {
    color: #007665;
    }



    Exactly the green i see in the page.

    So i maybe do not understand what you mean!

    May be disable cufon and set your font to verdana?

    I never use cufon fonts anymore. Also because of loading time. But also because you cannot select Hx tags in the webpage. So users can not copy text from a page. SO i switched to normal font and i like it even better.
  • initially it was #000000 but it was coming out very light. like the text on the page.
    I even changed the page text to #000000 but it never changed. the color of the H3 I did manually in the page visual editor. the others (H1,H2) i did through striking #007665
  • yes, that worked. disable cufon, thanks!