causes the color text of the special heading to be black some times. not sure of the cause.
go to http://goo.gl/s7VqY4 and see “Still Not Convinced” heading.
The text here is set to white, but displaying black
bump. anyone else having this issue?
Hey!
There may be a settings issue that is causing a conflict.
May we have temporary access to your website so we can take a closer look?
Also, bumping your thread actually resets it’s position in the queue, so it’s best to wait until a support team member answers first.
Regards,
Dake
noted.
Sure… details are in the private content
would be grateful if you can work out what’s going on.
Hi!
I added the below css to your custom css section in order to change all special headings on your homepage to #ffffff:
.page-id-65 .av-special-heading-tag {
color: #ffffff !important;
}
Best regards,
Dake
Thanks but that breaks my top menus on yhe main page.
Is thix a bug?
Hi!
Oh sorry about that, I modified the css so it should now only affect the H1s in each color section:
.page-id-65 .template-page .entry-content-wrapper h1 {
color: #ffffff !important;
}
Best regards,
Dake
no worries, thanks for that. just confirming this is a bug or something else?
Hey!
You’re welcome, glad I could help :)
There aren’t any obvious signs of a conflict based on what I’ve seen so far, but I will notify the rest of the team and keep a look out for any other instances of this happening.
Best regards,
Dake