Our Hotel Booking plugin uses the styles of your active theme to look naturally with your design. Thus if you want to edit some button or font type you should override styles of your theme. For example you may apply the styles below to adjust styling of buttons of Hotel Booking plugin if default styles are missing in your theme:
.button{
background:#000;
border: 1px solid #000;
color:#fff;
padding:15px 35px;
}
.button:hover{
background:#fff;
color:#000;
}
You may add other style attributes to adjust the button style.
Comments
0 comments
Please sign in to leave a comment.