Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #493980

    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

    • This topic was modified 9 years, 2 months ago by haydenkirk.
    #494039

    bump. anyone else having this issue?

    #494041

    #494514

    bump

    #494562

    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

    #494768

    noted.
    Sure… details are in the private content
    would be grateful if you can work out what’s going on.

    #494868

    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

    #495132

    Thanks but that breaks my top menus on yhe main page.

    Is thix a bug?

    #495143

    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

    #495183

    no worries, thanks for that. just confirming this is a bug or something else?

    #495186

    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

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘special heading on color section text color issue’ is closed to new replies.