Yes, you can either do a display:none; on it or if you read back in this thread (you may have to search the forum) there is another code suggestion for hiding the banner titles.
Thanks,
Anne
Printable View
Hi again Anne,
Is this where I have to change to display: none;?
.flex-pauseplay a:before { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
and where do I also hide the dark ribbon?
:blush:
Hi Anne
I thought i'd post this on here for anyone to use in the future as I was going to post it originally with a question asking for your assistance but I managed to find the answer myself however.
I wanted to move product attributes to above the 'add to cart button' so that customers pre selected the options if required before adding product to cart. The attributes were originally displaying at the bottom of the page.
I found this thread which helped- https://www.zen-cart.com/showthread....ve-Add-to-cart
In /includes/templates/westminster_new/templates/tpl_product_info_display.php
I movedTo aboveCode:<!--bof Attributes Module -->
<?php
if ($pr_attr->fields['total'] > 0) {
?>
<?php
/**
* display the product atributes
*/
require($template->get_template_dir('/tpl_modules_attributes.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_attributes.php'); ?>
<?php
}
?>
<!--eof Attributes Module -->
The code move works perfectly and displays great on both website and mobile views as this link on our site shows.Code:<!--bof Add to Cart Box -->
http://www.johnwoodsmotorcare.net/Ca...et-Replacement
Thank you for posting your solution ;)
But, in this template package by default the attributes do show above the add to cart button. See the demo:
http://zenlyzen.com/responsive-zen-c...estminster_new
Thanks,
Anne
I have noticed that the slide out box does not display on https and there is a secure content warning. How can I get the slide out box to work on https and not display that warning?