AGQ Posted November 21 Posted November 21 Site URL: https://www.aidegrossesse.org/home We use the Version 7.0– Brine family (Basil template), and I am trying to add code to make the textbox over the image on our front page have a coloured background. I cannot find the code to do this. Can someone tell me the code and confimr if I need to add this to the Website Tools, Custom CSS section of the website builder?
Solution Spark-Plugin Posted November 22 Solution Posted November 22 (edited) Hi @AGQ! You can do that by adding the following code: Navigate to Pages > Website Tools > Custom CSS. Paste the code into the CSS editor. Hit Save and you’re done /* Customizes the block styling */ #block-77b027ae732df2ee8d7d { background: #099 !important; /* Sets the background color */ } Edited November 22 by Spark-Plugin - Answered by Iuno from sparkplugin.com
Squareko Posted November 23 Posted November 23 Add this code into custom css and #block-1235455 { background:#0000; } change the id according to your text box id and change the color what you want.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment