• Resolved mpetrimoulx

    (@mpetrimoulx)


    Hello Webriti,

    I am having issues with the text of your bluestreet theme homepage in Internet Explorer 11. When viewing the homepage with “Homepage Settings” set to “Your latest posts” with dark theme selected in Chrome or Microsoft Edge, the text for “Services Description” within “Section Heading” and the text for “Description” within individual services shows up as white. However, in Internet Explorer 11 the text shows up as a dark brown, specifically #333332 as seen through the DOM Explorer, which the text seems to be inheriting from “body.home”. When the dark theme is applied it is extremely difficult to read the text in Internet Explorer 11, and I was wondering if there is any way to make this text white. I looked through the settings to no avail, and we tried HTML which didn’t work either. Any assistance would be greatly appreciated, thank you and have a nice day.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi, mpetrimoulx

    Paste the below custom CSS in your theme’s custom CSS box:

    /*Section heading p tag color*/
    .section_heading_title p, .service-area p{
    	color:#e5e5e5;
    }
    /*Section heading p tag color*/

    Let me know did it work!

    Thanks

    Thread Starter mpetrimoulx

    (@mpetrimoulx)

    Hi Imraj,

    Thank you very much, that was exactly the fix. I will update to resolved.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Internet Explorer Dark Theme Home Page Text’ is closed to new replies.