WebsiteBaker 2.13.8 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
$MOD_BAKERY['TXT_VIEW_CART'] = 'VIEW MY CART ITEMS';
<div class="mod_bakery_main_div_cart_bt_f"><form action="[SHOP_URL]" method="post"><input type="submit" name="view_cart" class="mod_bakery_bt_cart_f" value="[VIEW_CART]" /></form></div>
<input type="submit" name="view_cart" class="mod_bakery_bt_cart_f" value="VIEW MY CART ITEMS">
background-image: url("../images/shopping-cart.png"); **and also adding a direct path link to the image**background-position: left center;background-repeat: no-repeat;text-align: right;
.form input[type="submit"]
Yes, as you have already guessed it is overwritten by the Code: [Select].form input[type="submit"] roule (see /templates/overdrive/css/style.css at line 618).Use the developer tools of your favorite browser to get more into cascading roules and see what is going on.https://www.google.ch/search?q=browser+developer+tools