I have a Client project that has a Carousel.
In that Carousel are a number of objects within each slide.
One of the text objects in slide 1 is fade displayed using a timer.
I don't want to display that in mobile BPs.
Timer's don't appear to be BP specific and hiding them doesn't make a difference.
The text BG is responsive,and I can change to font size (Responsive or Style) - but I can't see a way of changing the text alpha value - just the RBG.
Any suggestions please?
*** SOLVED *** Prevent Timer Display on Small Break Points?
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
*** SOLVED *** Prevent Timer Display on Small Break Points?
Yours truly
Colin M
Western Australia
Colin M
Western Australia
Re: Prevent Timer Display on Small Break Points?
You could add a media query as follows in the <head> section:
Simply change the max-width value to the breakpoint you want it to hide in and change the ID of the text object to what your text object is (keep the #wb_).
Code: Select all
<style>
@media only screen and (max-width:969px){#wb_Text1{display:none !important;}}
</style>
Re: Prevent Timer Display on Small Break Points?
Hey Crispy!
That worked a treat. You are a legend!

That worked a treat. You are a legend!


Yours truly
Colin M
Western Australia
Colin M
Western Australia
Re: *** SOLVED *** Prevent Timer Display on Small Break Points?
...and I'm forgetting my manners - Thank you very much Crispy! 

Yours truly
Colin M
Western Australia
Colin M
Western Australia