Digital experiences for all disciplines
Forum Replies Created
-
-
This reply has been marked as private.
Thanks so much Mohammad!
The code works great 🙂
This reply has been marked as private.This reply has been marked as private.Hi Kyle,
I managed to change the text color. Now only need to stop the “View Cart” button from hovering.
Thanks!
Hi Kyle,
The “View Cart” button & text color not changed?
Others work great.
Thanks so much!This reply has been marked as private.Thanks! Please let me know.
This reply has been marked as private.Hi Mohammad,
I’m trying to do the same, so followed your instruction by adding
$menu_with_search_output .= sf_get_cart() . "\n";
to wp-content/themes/dante/includes/sf-header.php (kindly see attached screenshot)Also added the custom CSS:
.header-3 #main-navigation, .header-4 #main-navigation, .header-5 #main-navigation, .header-6 #main-navigation, .header-7 #main-navigation{margin-right:70px;}However, that doesn’t seem to work. Could you let me know where I did wrong?
Thanks so much!
MHCAttachments:
You must be logged in to view attached files.Hi Mohammad,
Works great!
Thanks so much.
Hi Mohammad,
I did disable the “Additional Information” accordion, but kept the “Description” accordion and just changed it’s title. The “Description” accordion should be closed by default, but is now open by default. How can make the “Description” accordion closed by default?
Thanks,
MHCThis reply has been marked as private.Hi,
I’m using the lasted version Dante but the single product page accordion is not default closed..
The code in my sf-woocommerce.php at /dante/swift-framework/:
div class="panel-heading"> <a class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#product-accordion" href="#additional-information"><?php _e("Additional Information", "swiftframework"); ?></a></div> <div id="additional-information" class="accordion-body collapse">
How can I make it default closed?
Thanks!
MHCHi Rui,
Works great! Thank you very much 🙂
-