To change price font size on product pages go to: https://brewquets.myshopify.com/admin/themes/32084230227?key=assets/styles.scss.liquid
Search for: modal_price
For HTML links these need to be set to paragraph format. A break <br /> added after the link should ensure they stay that way
For any changes to the website coding e.g. for new code added in tags can be added to work out exactly what code has been added. These do not show on the website itself. Ad tag can be added at the front and end of any coding e.g. <!-- [TAG NAME] START --> <!-- [TAG NAME] END -->
Below is a list of changes made to the Shopify backend:
These should detail date, person who made the change, reference the specify template, and mention what change has been made.
26-08-19
Done by Richard
Template: cart-template.liquid
Change made:
Hide PayPal badge in shopping cart
Added in comment tags to existing code:
<!-- Hide PayPal, added Comment tags -->
{% comment %}
{% if content_for_additional_checkout_buttons and settings.cart_action != 'ajax' %}
<div class="additional-checkout-buttons">
{{ content_for_additional_checkout_buttons | google_button_options: 'transparent' }}
</div>
{% endif %}
{% endcomment %}
<!-- Hide PayPal, added Comment tags -->