Support Forum › Forums › Mixxcazt – Creative Multipurpose WooCommerce Theme › How do I delete the breadcrumb on every page header?
- This topic has 10 replies, 2 voices, and was last updated 2 years, 4 months ago by
Billy Nguyen.
-
AuthorPosts
-
April 29, 2021 at 9:29 am #1517April 29, 2021 at 9:32 am #1523
Hi there,
About this issue, please go to Edit page -> Page Attributes -> Template -> select Homepage: https://prnt.sc/1288zga
April 29, 2021 at 9:42 am #1527I did it the way you said.This method doesn’t work.
I only add the css:.mixxcazt-breadcrumb{display:none}.Temporarily available for work.
Can you fix this BUG?I used WP5.7 and Elementor 3.2.1
April 29, 2021 at 9:50 am #1528Let’s leave this problem for a moment.
Can you tell me how to make the shop page’s products into two columns on phone?April 29, 2021 at 9:53 am #1529No, this is not the theme’s fault, maybe you did something wrong…
April 29, 2021 at 10:54 am #1530You can use Css style:
@media (max-width: 768px){ ul.products li.product { flex: 0 0 50%; max-width: 50%; }}
April 30, 2021 at 4:13 pm #1541Where’s my tickets?
April 30, 2021 at 4:22 pm #1542The two problems I submitted yesterday have been solved.
your css to make shop page’s products into two columns on phone is a valid,
but there is a new problem: If I set some modules into two columns on phone used the elementor ,
your css is going to mess up my setup.,causes those modules to become 1/4.
so the css only works in shop page,other pages will be confused.I hope you understand what I mean.
You need to add a setting to make products into two columns on phone only for shop page,instead of using the CSS.-
This reply was modified 2 years, 5 months ago by
onceiwas.
May 1, 2021 at 8:32 am #1552Hi again,
#1. Delete ticket: I deleted some of your tickets due to the same question. We will continue to assist you in the ticket
#2. CSS 2 column on mobile:
– Please edit this code into:@media (max-width: 768px){ body.woocommerce-page ul.products li.product { flex: 0 0 50%; max-width: 50%; }}
– With home page:Go to edit page with Elementor -> Edit Section Product -> Select Responsive mode -> Mobile -> Select 2 columns: https://prnt.sc/12c3z9r
May 1, 2021 at 12:22 pm #1559Thank you for your patience.
Problems solved.May 3, 2021 at 11:21 am #1576Ok, let me know if you need to help and don’t forget vote 5 stars for our team.
-
This reply was modified 2 years, 5 months ago by
-
AuthorPosts
You must be logged in to reply to this topic.