vnr Posted May 14, 2022 Share Posted May 14, 2022 Site URL: http://winhearts.co Hello, I’m customizing my mobile information bar. I’m trying to change the text that says ‘Email’ to a custom text for 7.1. I’m also trying to do a custom link instead of redirecting to an email if that’s possible. I’ve seen it done for a 7.0 website but couldn’t figure it out for 7.1. Thanks in advance. Link to comment
tuanphan Posted May 15, 2022 Share Posted May 15, 2022 You can add a Button, then we will give the code to remove email + make that button float at bottom of screen. What do you think? note for me sqs-mobile-info-bar-triggers Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
vnr Posted May 15, 2022 Author Share Posted May 15, 2022 That sounds good! I'm a bit confused though where am I adding the button? I have many buttons right now haha Link to comment
tuanphan Posted May 16, 2022 Share Posted May 16, 2022 15 hours ago, vnr said: That sounds good! I'm a bit confused though where am I adding the button? I have many buttons right now haha You can add a button in Site Footer. Then we can give the code to add smile icon + Make it fixed at bottom center of screen. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
vnr Posted May 20, 2022 Author Share Posted May 20, 2022 Got it! sounds good, I added a button to the footer section on my site and I disabled the mobile information bar. Link to comment
tuanphan Posted May 21, 2022 Share Posted May 21, 2022 4 hours ago, vnr said: Got it! sounds good, I added a button to the footer section on my site and I disabled the mobile information bar. Try adding to Design > Custom CSS div#block-yui_3_17_2_1_1653082642974_7086 { position: fixed; bottom: 0; left: 50%; transform: translateX(-50%); z-index: 99999; } @media screen and (min-width:992px) { div#block-yui_3_17_2_1_1653082642974_7086 { display: none; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
vnr Posted May 25, 2022 Author Share Posted May 25, 2022 Wow. This worked great! Thank you tuanphan. It will be so much easier to customize this way wish I thought of it. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment