CDuMez Posted February 21 Share Posted February 21 (edited) For legal/tax purposes, I'd like to add a simple text block to my Store page in a 7.0 Bedford site: “All sales are subject to approval at the home office in Wisconsin.” I could add that to each product page, but would like to have it on my main Store page. Aside from the banner, is there some way to add a simple text block to the main Store page(s)? Ideally, that would go either immediately before or after the product thumbnails. www.herocards.us/store Edited February 21 by CDuMez Added URL Link to comment
Solution tuanphan Posted February 23 Solution Share Posted February 23 You can use this code to Website > Website Tools > Custom CSS div#productList:before { content: "All sales are subject to approval at the home office in Wisconsin."; display: block; } CDuMez 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
CDuMez Posted February 23 Author Share Posted February 23 Thank you tuanphan! That works perfectly! If I may presume to aske for more...do you know how I could center and italicize that text via Custom CSS? tuanphan 1 Link to comment
tuanphan Posted February 24 Share Posted February 24 You can use this div#productList:before { content: "All sales are subject to approval at the home office in Wisconsin."; display: block; text-align: center; font-style: italic; } 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
CDuMez Posted February 26 Author Share Posted February 26 Fantastic! Thank you again, tuanphan! 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