• On the web site http://www.dufour.org.uk the header text colour is different depending on whether it is viewed in Chrome or Firefox. Inspecting the code the css seems different yet it is the same file!
    Any suggestions why this might be and how to fix it?

Viewing 9 replies - 1 through 9 (of 9 total)
  • Hello,

    We check your site in Chrome and Firefox but header text color is same in both the browser.

    Thanks.

    Thread Starter bobjgarrett

    (@bobjgarrett)

    Strange! It is ok now. It must have been some caching though I did try to clear this. Thanks.

    Your Welcome,

    Let us know for further query.

    Thread Starter bobjgarrett

    (@bobjgarrett)

    Now I have been alerted to another problem!
    Posts in our forum sometimes have sections which are white text on a white background, in a current example where a member has selected an unnumbered list. I cannot share the actual forum as I’d need to set up a registration for you.
    However, I have created a simple page with H1, H2, H3 etc. each assigned as <H1>, <H2> etc. and the same issue arises. This can be seen on the page http://www.dufour.org.uk/_test_h/
    Inspecting this shows the text color set to #fff
    Maybe we have configured something else to set a background as white?
    Thanks for your help.

    Hello,

    Sorry for the delay. Please tell us you want to change text-color or background-color??

    Thread Starter bobjgarrett

    (@bobjgarrett)

    The text colour please to be the same as the body.

    Hello,

    Go to Dashboard -> Appearance -> Customize -> Theme Options -> Theme General Options -> paste the below code in Custom CSS box and save –

    .enigma_blog_post_content h1, h2, h3, h4, h5, h6 {
        color: #777777;
    }

    Thanks.

    Thread Starter bobjgarrett

    (@bobjgarrett)

    That fixed it. Thanks.

    You’re most welcome.

    Please mark the thread as solved.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Heading Colour Differs Between Browsers’ is closed to new replies.