This topic has 14 replies, 2 voices, and was last updated 5 years, 4 months ago ago by Olga Barlow
Hi, im having problems with the text on the buttons that i have. http://www.yankeecandle.com.uy, for example where says “velas classic jargrandes” in desktop you see fine, but not in the mobile version. There doesnt shows any text.
Hello,
Add the following code to child theme style.css
@media only screen and (max-width: 480px){
.banner .banner-content p {
display: block;
}
}
Regards
In wich line do i have to add that?
Hello,
In wp-content/themes/royal-child/style.css if you use child theme. If not then use Theme Options > Custom CSS area.
Regards
I Haver already added that in custom css area in theme options, in global and mobile but the problem persist.
Hello,
Provide us WP Dashboard access to your site to check and help you.
Regards
Sure, there you go.
Hello,
There is no need to use media query if you add the code to the appropriate area http://prntscr.com/oj1jz3 And we improved the code.
Regards
Im still not seeing the text in the mobile version. Maybe im not explaining well. The Banners “Tarts” “Velas Classic Jar Grandes” etc, are the ones that in mobile im not seeing. Just the text. The images and behaivor is fine, but you dont see the text. Ive entered in “incognito” mode on mi S10 cell phone.
Hello,
Are you talking about these banners http://prntscr.com/oj1ws1 ?
Try to clear the cache https://chrome.google.com/webstore/detail/clear-cache/cppjkneekbjaeellbfkmgnhonkkjfpdn?hl=en
Regards
Yes im talking of that banners. You have tryed it in a moblie or just in a desktop emulator tool of chrome? I have cleared the caché in my phone and still not seeing it?
Hello,
Moved custom to child theme http://prntscr.com/ojbjjv and everything works fine for both: emulation and mobile device.
Regards
Hi, now im seeing correctly. But the last Banner has other format than the others. I mean the one with the text “contactenos”. Could you fix it?
Hello,
The custom ID that you used to style banner texts were missing for that banner, we have added http://prntscr.com/oju8q8
Regards
You must be logged in to reply to this topic.Log in/Sign up