I want just my picture to appear (clickable) not a button that covers it. (see attached).
Thanks for looking!
Sincerely hope you’re having a great day!
I’ve read your problem and before providing a solution, would like to analyze your website. Then, I will provide a solution to you up here - on the forum.
Could you share your website URL? And if your website is password protected then also provide a password?
jointherevolution is the password
Thanks so much for taking a look. I hope you or someone can help me before I launch my site.
hello @RevolutionSoap
please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
#tt-pageContent .tt-layout-promo-box .tt-description.normal .tt-description-wrapper{
display: none;
}
Hi @RevolutionSoap ,
Please follow the steps:
Step 1: Go to Online store > Themes > Actions > Edit code.
Step 2: Go to Assets > theme.css and paste this at the bottom of the file:
.tt-promo-box .tt-description {
display: none !important;
}