-
AuthorPosts
-
April 3, 2015 at 7:31 pm #241845
Yes it does thank you for closing this out THANK YOU
April 3, 2015 at 7:37 pm #241850Just 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.
April 3, 2015 at 7:51 pm #241859I also noticed now that all my mobile queries have stopped working? All the typography is not non-responsive…
April 3, 2015 at 9:38 pm #241895Hello 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.
April 9, 2015 at 9:17 pm #245988It hasn’t helped the responsiveness. I’m going to submit a new ticket this thread had gotten exhausted with no solutions yet.
April 10, 2015 at 1:48 am #246091Hello,
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!
-
AuthorPosts