KristenL Posted June 16 Posted June 16 Need to add one image to an accordion section. I have multiple accordian section on home page.
creedon Posted June 16 Posted June 16 Please post the URL for a page on your site where we can see your issue. For us to see the URL you need to include the link in the content of your post. The URL field the forum software provides is not shown to us. Also we will need the URL for the image you want to add. A link to the backend of the your site won’t work for us, i.e. a URL that contains /config/. Please set up a site-wide password, if your site is not public and you've not already done so. Post the password here. Adding a site-wide password does not allow anyone to alter your site. It only allows those with the password to see your site. Please read the site-wide password and how to share a link documentation to understand how they work. You may find How to post a forum question post useful. We can then take a look at your issue. Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.
KristenL Posted June 16 Author Posted June 16 (edited) https://www.koicoaching.org/ I need to add the image in the Our Offerings - Wellbeing Strategy accordion section Edited June 16 by KristenL
creedon Posted June 16 Posted June 16 This is not a solution but some starter CSS code. #dropdown-block-e6c39137c55e59141ef3-2::after { background-image : url( https://images.squarespace-cdn.com/content/60374efe93a6cb725a5c6856/1659586945059-0B6OFGZZH5KBUZZ6R1NH/download%2B%25287%2529.jpeg ); background-repeat : no-repeat; background-size : contain; content : ''; display : inline-block; height : 200px; margin-bottom : 1em; width : 200px; } The CSS technique is fairly limited. You can replace after with before. To get really fancy you would need JavaScript (which requires the business plan or above) to restructure the HTML to accommodate the image. You will have to get the URL for the image you want to use. Let us know how it goes. Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment