I was just wondering how to hide the bottom price and currency symbol in step one only? My goal is to have step 1 as four buttons USD,EUR,GDP,AUD. USD button will continue to step 2 and other buttons to new page with same form but different currency. Thanks.
Hi @ak47marx,
Thanks for reaching out.
I have visited two listed sites in your Themeco Account but didn’t find the issue described. Can you please share the specific page URL along with the following credential?
– WordPress Site URL & Login URL
– Specific page URL where you are having this issue
– WordPress Admin username/password
To create a secure note, click the key icon underneath any of your posts.
Thanks
Hi, thanks. I added the link to first post. I think hiding it with css could also work but not sure how to hide it only for first step.
Hi @ak47marx,
Thanks for reaching out!
You can hide the currency symbol and price of the first step with the help of data-title attribute. You can use the code below.
div[data-title="Currency"] .lfb_totalBottom {
display: none;
}
References;
Please note that custom CSS code is outside the scope of our support. Issues that might arise from the use of custom CSS code and further enhancements should be directed to a third-party developer or you can avail One where we can answer questions outside of the features of our theme.
Hope that helps.
Thank you.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.