Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #673406

    Have you changed how you have the CSS classes targeting the titles? Below is the original (as of 8/2)

    #top #wrap_all .header_color h1,  #top #wrap_all .main_color h1,  #top #wrap_all .alternate_color h1,  #top #wrap_all .footer_color h1,  #top #wrap_all .socket_color h1 {
      color: #4d7b15;
      font-size: 30px;
      font-weight: normal;
    }

    Then as of 8/9:

    #top #wrap_all .all_colors h1 {
      color: #4d7b15;
      font-size: 30px;
      font-weight: normal;
    }

    So I’m thinking that the new CSS no longer targets the areas you used to and is defaulting to black? The biggest issue is with the main content only being 10px wide! The only way I’ve figured out how to get the content to display is to do the following:

    .html_boxed #main {
      position: static;
      overflow: hidden; <-- disable
    }

    This is on the element:
    body -> <div id="wrap_all"> -> <div id="main" data-scroll-offset="0">

    Now this didn’t change between versions, so not sure why this makes a difference now? The issues occur in Firefox and Edge, but not Chrome.

    #673884

    I removed the style…
    #header .container { margin-bottom: -9px; }
    … and this fixed the issue whereby the information was only in a 10px area. I am hoping to hear back from someone about the missing styles with the H tags. For now – since it is not pulling color information from the Advanced Styling tab (no where else in the child CSS do I even specify #222222) I had to add…

    h1, h2, h4, h6 { color:#4d7b15 !important; }

    Let me know!

    #675053

    Hi,

    Can you please create us a WordPress administrator account? post it here as a private reply.

    Regards,
    Josue

    #676506

    OK…

    #678576

    Hi,

    The color is set in the General Styling > Main Content > Main Content Heading color field.

    Best regards,
    Ismael

    #679087

    Hi Ismael – over the last 11 days since I opened the ticket, I made changes to fix the issues. That Enfold didn’t like the CSS I was using with the pre 3.6 version troubles me. I figured out how to make it work, but unexpected results after updates isn’t ideal for anyone.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Issues with CSS class targeting in Firefox and Edge’ is closed to new replies.