WebGraphxSolutions Posted April 5, 2022 Share Posted April 5, 2022 Hello, I do not know if this question has been asked but I would like to add a background color to just a text box. I have text over an image and I would like to put a light gray or semi-transparent background under some text so it is easier to read. I have attached a image for what I am trying to achieve. Link to comment
tuanphan Posted April 6, 2022 Share Posted April 6, 2022 Can you share link to page where you added a text? We can give the code to achieve this. WebGraphxSolutions 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
WebGraphxSolutions Posted April 6, 2022 Author Share Posted April 6, 2022 Yes the website is here the password is " help ". The text in question is "Text Goes Here" on the home page. Link to comment
Solution tuanphan Posted April 10, 2022 Solution Share Posted April 10, 2022 On 4/7/2022 at 4:24 AM, WebGraphxSolutions said: Yes the website is here the password is " help ". The text in question is "Text Goes Here" on the home page. Add to Design > Custom CSS /* text goes here */ div#block-yui_3_17_2_1_1649264253329_5986 { margin: 0 auto; background-color: rgba(0,0,0,0.5); padding: 0; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
WebGraphxSolutions Posted April 12, 2022 Author Share Posted April 12, 2022 Thank you very much! That worked like a charm! 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