Home › Forums › BeFit Theme Support › Slider title
- This topic has 7 replies, 2 voices, and was last updated 5 years, 7 months ago by Sonl Sinha.
-
AuthorPosts
-
March 27, 2019 at 9:03 pm #120407
Hey there, I have the before pro and was wondering… The titles on the slider don’t show on mobile… Is there a way I can have it show?
Thx
Nk.
Switchfit.ca.
March 28, 2019 at 5:08 am #120416Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
@media screen and (max-width:479px) { .slider-main .nivoSlider img { max-width:150% !important; width:150% !important;} .slider-main .nivo-caption { width:100% !important; left:0 !important; top:0 !important; padding:20px !important;} .slider-main .nivo-caption .slide_info h2 { font-size:20px !important; margin-bottom:0 !important; padding-bottom:0 !important;} .slider-main .nivo-caption .slide_info p { font-size:14px !important;} }
Regards,
DaveMarch 28, 2019 at 6:38 am #120429Hi Dave
THx, I added the code and it seems I just get my slider image scaled up, but still don’t see the slider details, and button. (mobile)
Anything I can try?
Regards,
March 28, 2019 at 7:48 am #120449Hi,
Kindly use this one
@media screen and (max-width:479px) { .slider-main .nivo-caption { display:block !important;} }
Regards,
DaveMarch 28, 2019 at 8:21 am #120453hi dave, getting there!
I am actually getting one word from each slide, but only one word and no button or remaining info, I get the first word in each description.
Thx
www.switchfit.ca
March 29, 2019 at 1:05 am #120486Hey there, still have no solution and just wondering if one has been found?
Regards,
March 29, 2019 at 5:58 am #120505Hi,
Kindly send us your URL of the site and WordPress admin details (Username & Password) via email: [email protected] Please mention this forum URL while replying so that we understand what needs to be done.
Regards,
DaveApril 2, 2019 at 6:01 am #120689Hi,
This is done.
Kindly delete cache and do a forced refresh as we are not getting any kind of error in console.
To do a forced refresh kindly follow below instructions:
Windows/Linux:
1. Hold down Ctrl and click the Reload button.
2. Or, Hold down Ctrl and press F5.Mac:
1. Hold Shift and click the Reload button.
2. Or, hold down Cmd and Shift key and then press R.Regards,
Dave -
AuthorPosts
- You must be logged in to reply to this topic.