Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #241845

    addwebtoday
    Participant

    Yes it does thank you for closing this out THANK YOU

    #241850

    addwebtoday
    Participant

    Just kidding. Now the text-white code isn’t working. http://growsmiths.com/denver/ is an example of the content band not turning the text within the content band white. Please check this out and the code implemented on the child css and the content band class field.

    #241859

    addwebtoday
    Participant

    I also noticed now that all my mobile queries have stopped working? All the typography is not non-responsive…

    #241895

    Rue Nel
    Moderator

    Hello There,

    Please try this code to force all the text inside the content band turns to white.

    .site .text-white * {
      color: #fff !important;
    }

    To have a responsive your text responsive, the best way is to use the responsive text block. If you do not want to edit your pages again, please try this code in your customizer, Appearance > Customize > Custom > CSS

    @media (max-width: 767px) {
     .site body {
      font-size: 100%;
     }
    
     /* add more element here */
    }

    Hope this helps.

    #245988

    addwebtoday
    Participant

    It hasn’t helped the responsiveness. I’m going to submit a new ticket this thread had gotten exhausted with no solutions yet.

    #246091

    Rue Nel
    Moderator

    Hello,

    Yes please. If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.

    Thanks!