arie Posted January 23 Share Posted January 23 Hi, all 🙂 I have, with the help of this great forum, made a floating vertical button on all my pages. I want to change the text on this, but somehow. I cannot find the code for this. In custom CSS I have code for this: .kl-float { position: fixed; opacity: .9; top: calc(30%); right: 0; z-index: 20000; background-color: #0000c8; white-space: nowrap; text-align: center !important; border-radius: 0px; height: 28px; font-family: arial; font-weight: bold; font-size: 14px; padding-top: 10px; padding-right: 20px; padding-bottom: 10px; padding-left: 20px; -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); -webkit-transform: rotate(-90deg); transform-origin: bottom right; } But in the footer code, there is nothing to find concerning this .kl-float. I am lost now! Furthermore. I would like a button on my index page under the header text. But this is not possible without some code too I guess? Ideas anyone? Thanks. Link to comment
Web_Solutions Posted January 23 Share Posted January 23 (edited) 14 minutes ago, arie said: Hi, all 🙂 I have, with the help of this great forum, made a floating vertical button on all my pages. I want to change the text on this, but somehow. I cannot find the code for this. In custom CSS I have code for this: .kl-float { position: fixed; opacity: .9; top: calc(30%); right: 0; z-index: 20000; background-color: #0000c8; white-space: nowrap; text-align: center !important; border-radius: 0px; height: 28px; font-family: arial; font-weight: bold; font-size: 14px; padding-top: 10px; padding-right: 20px; padding-bottom: 10px; padding-left: 20px; -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); -webkit-transform: rotate(-90deg); transform-origin: bottom right; } But in the footer code, there is nothing to find concerning this .kl-float. I am lost now! Furthermore. I would like a button on my index page under the header text. But this is not possible without some code too I guess? Ideas anyone? Thanks. Remove the code. Before removing the code, save it somewhere. After then change the text and add the code again. Edited January 23 by Web_Solutions If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible. Link to comment
arie Posted January 23 Author Share Posted January 23 Thank you @Web_Solutions, but how can I remove code that I cannot find? Sorry I am a bit of a noob in this. Link to comment
tuanphan Posted January 25 Share Posted January 25 If you share site url, we can help easier 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
arie Posted January 25 Author Share Posted January 25 Whoops sorry about that, I thought I filled it in somewhere. It is gewoonarie.nl Link to comment
tuanphan Posted January 28 Share Posted January 28 The code is in Code Block in Footer Check your Footer & edit Code Block If you can't find it, you can access this link, it will disable all code in Edit Mode, so you can find Code Block easier https://www.gewoonarie.nl/config/safe 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
arie Posted January 29 Author Share Posted January 29 (edited) Ah, found it in the footer. It was a block indeed, while I was looking in the Website-tools - Custom css. Thank you @tuanphan. Any ideas for my other question? Quote Furthermore. I would like a button on my index page under the header text. But this is not possible without some code too I guess? Thank you! Edited January 29 by arie Link to comment
tuanphan Posted January 30 Share Posted January 30 On 1/29/2024 at 2:45 PM, arie said: Ah, found it in the footer. It was a block indeed, while I was looking in the Website-tools - Custom css. Thank you @tuanphan. Any ideas for my other question? Thank you! Under Header text - What do you mean? You mean move float button on right of site to between navigation header - top section text? 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
arie Posted January 30 Author Share Posted January 30 Thank you, @tuanphan actually some text and a button between top section text and the photo's. Link to comment
tuanphan Posted February 1 Share Posted February 1 On 1/30/2024 at 5:36 PM, arie said: Thank you, @tuanphan actually some text and a button between top section text and the photo's. I think if you can add a text link there, we can use CSS to turn it to button arie 1 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
arie Posted February 1 Author Share Posted February 1 That's right. A text link is a possibility. Link to comment
tuanphan Posted February 4 Share Posted February 4 I don't see it 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
arie Posted February 5 Author Share Posted February 5 Whoops, sorry abiout that @tuanphan it is visible now. Link to comment
tuanphan Posted February 7 Share Posted February 7 You can use this code to Custom CSS box body.homepage .page-description a { background-color: #0000c8; color: white; padding-left: 10px; padding-right: 10px; padding-bottom: 5px; } 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
arie Posted February 7 Author Share Posted February 7 Yes, thank you so much! 🙏 I changed the font size a bit too. 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