Home › Forums › All Other Themes › Construction Theme
- This topic has 9 replies, 2 voices, and was last updated 5 years, 8 months ago by Sonl Sinha.
-
AuthorPosts
-
February 28, 2019 at 12:36 am #118062
https://epropertycare.com/
Is there a way I could add words across the main page slider?
Not in the current box, but across the whole image
Maybe it’s not possible, idk -please advise.
-J
February 28, 2019 at 7:12 am #118087Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.slider-main .nivo-caption { width:100% !important; height:100% !important; text-align:center !important; padding:100px 0 0 0 !important;}
Regards,
ChrisMarch 12, 2019 at 10:34 pm #119285epropertycare.com
How do I get the background screen to go over the entire image?
The text to center and the text to either be disabled on mobile or render correctly?
Thank you.
-j
March 12, 2019 at 11:55 pm #119288One more thing…
epropertycare.com
How to hide title and description on slider from ipad?
thanks again.
-J
March 13, 2019 at 6:34 am #119318Hi,
Can you send us the screenshot of your issues? Upload your screenshot on http://imgur.com/ and paste the share url here.
Regards,
ChrisMarch 13, 2019 at 9:49 am #119349https://snag.gy/Xj51cW.jpg
See how the first part of the photo there is no opacity overlay?
Also, is there a way for the words to not show up on ipad? like nivo.caption display none or something?
March 13, 2019 at 1:32 pm #119363Hi,
Kindly use this one.
.slider-main .nivo-caption { width:100% !important; height:100% !important; text-align:center !important; padding:100px 0 0 0 !important; left:0 !important;}
Regards,
ChrisMarch 14, 2019 at 9:53 am #119482Thank you.
One last thing…how do you turn off the caption display on mobile?
Thanks again
-J
March 14, 2019 at 9:54 am #119483Well, all words on slider banner…I can see that they don’t display on phone vertical, but phone horizontal and ipad they do…
Just clarifying…j
March 14, 2019 at 12:10 pm #119533Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
@media screen and (max-width:479px) { .nivo-caption { display:block !important;} .nivo-caption .slide_info h2 { font-size:16px !important;} .nivo-caption .slide_info p { font-size:14px !important;} .nivoSlider img { max-width:150% !important; width:150% !important;} }
Regards,
Chris -
AuthorPosts
- You must be logged in to reply to this topic.