You can target by the ID of that column in page builder, like this:
#panel-542-2-0-0 .kt-flip-box-back-inner{
font-size: 24px;
line-height: 28px;
}
Ben
On all your admin pages I’m seeing:
Failed to load resource: the server responded with a status of 500 ()
You need to contact your hosting provider and talk with them to see what is causing all those errors on your server.
It’s not just size charts I tested trying to update a page and couldn’t.
Ben
You can always code things with a child theme, where exactly are you wanting this to show? I understand what page but where in terms of do you want it below the title? or below the add to cart?
Ben
Would it be possible for you to link to that page so I can just see where it’s being output?
Ben
Is there something different for the homepage coding? The images show up behind the other pages, but not on the main page.
Actually yes it did. I just have to put some content into the page to make it show up.
Thanks for your help!
I’m trying to identify the element that I need to change to increase the font size and line height for the content on the back of Icon Flip Boxes.
I tried this, but it didn’t affect the change I needed:
.kt-flip-box-back-inner{
font-size: 24px;
line-height: 28px;
}
What is the correct code to make the change to the flip boxes that I’m wanting? Also, how do I identify the element to use in the Advanced Settings? If I could see how to identify the element, then I could contact Kadence Support less often to handle these issues. I’m using the Inspect functionality, but am having difficulty seeing which container or element I need to address.
Thanks,
Dean
(The page, if you need it, is *Login to see link (The flip box is down about half way.)
It doesn’t work.
If it’s on and I click the image on for example the shop page. It’s redirected to single page, instead of showing lightbox.
Sorry, I mean list view on shop page.
How to turn on lightbox on other pages such shop page, archive page, etc?
So when customer click the image, it pops out.
I have an archive page, that in the footer section I am including a form/content reusable block, simple share is seeing the reusable block as a post, and is inserting the share button onto the block. Since reusable blocks are basically custom post types post_type=wp_block So maybe something that does if post_type=wp_block && wp_block either title or id equals the one I am using then return. I am not sure what filter(s) are available to hook into simple share.
Thoughts? and does that make sense?
ML

The css would look like this:
.page-id-15 .main.col-md-12 {
background: url(yourimage);
}
Hannah
In each page or post, there is a meta box setting that allows you to turn it off.
You can filter it off but to give the correct filter example I need to know what theme and what placement?
In terms of custom post types you would have to add simple share in, either through a shortcode or hook so whatever code you use to add that would be how you can filter to turn it off for specific items.
By default simple share support woocommerce products.
Does that clarify better?
Ben
Hi,
I know that it’s not a specific question about Ascend, I would only ask if someone know something about it…there is a way (with a code in function.php file or in some other way) to display the SKU code also in the shop/category page?
I hope I’ve explain well…
Thank you!
How to disable link to single page at my shop?
I tried these snippet. Doesn’t work.
remove_action( ‘woocommerce_before_shop_loop_item’, ‘woocommerce_template_loop_product_link_open’, 10 );
remove_action( ‘woocommerce_after_shop_loop_item’, ‘woocommerce_template_loop_product_link_close’, 5 );
Thank You
Hi, I would need a css to customize the side menu on the blog articles page where all the categories are listed.
I wish the parents were in blue, while the children in gray (see photo)
it’s possible?
Thanks for your help!
Thank you Hannah.
The problem is that it is a page of services, so I need a list.
I tried list&grid plugin but it makes the site very slow.
Regards,
Cecilia
This reply has been marked as private.
OK, I get it now. Another question… How do I make the picture in the background of the content section of the page, as opposed to the entire page?
Is is possible to filter simple share to not be shown on specific posts or pages including custom post types?