Thread Starter
Krenis
(@krenis)
I apologise for messy content of my message. Forgot to close link.
Hi,
try to update to the last version. I noticed a class of the banner changed with a “2” appended, and this could be the problem.
Does the plugin works with default theme and/or without other plugins?
Thread Starter
Krenis
(@krenis)
I updated and it works, but now button changed the appeariance to website style. How can i use previous look of it?
It’s a problem of your theme. In particular this css class
button, input[type="submit"], input[type="button"], input[type="reset"] {
This css should fix your problem:
button.pea_cook_btn {
background: #e3e3e3!important;
border: 1px solid #bbb!important;
color: #333!important;
width: 100px!important;
float: right;
height: 30px;
}
Please note that this solution is an override of your theme css that is overriding plugin css. It would be better to fix the theme in order to avoid the override of plugin css.
Thread Starter
Krenis
(@krenis)
Thank you for your help. I will try to do sth with the theme. For now you have my best wishes.