Hi Sanjeev,
How can we have the same style for these these two buttons on the same product page, please?
Thanks,
Tamas
Hi Sanjeev,
How can we have the same style for these these two buttons on the same product page, please?
Thanks,
Tamas
Hello,
The BOOK NOW button on product main information block is intentionally designed to stand out from others. However, if you want the same color for post comment button on this page, add the css below inside you appearance >> customize >> custom css and js >> custom css, or alternatively in your entrada-child themes style.css
input#write_a_review_validate.btn.btn-default {
background: #ff7550;
border-color: #ff7550;
}
And change the hex color value to your preferred color.
Thank you
Hi Sanjeev,
this seems to be working on the product page here:
http://beta.nyomozzvelunk.hu/termek/hikers-707-bag/
but not on any of the Tour pages (on the already customized Book now button):
http://beta.nyomozzvelunk.hu/termek/boating-and-sailing-tour/
Am I right that this last one is driven be the “btn btn-lg btn-info” CSS selector?
Thanks,
Tamas
Sorry Sanjeev, I’ve found it under
Layout & Designs > Product Listing
Pls disregard my previous note and consider it solved.
Many thanks