Pratik Chaskar
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Astra] Иконка корзиныI would recommend you to use child theme if you are making any code changes. Please read more about Astra child theme here – https://wpastra.com/docs/install-astra-child-theme/
Forum: Themes and Templates
In reply to: [Astra] Иконка корзиныWe do not provide change basket icon option in free theme.
If you are Astra Pro user then you can change that icon as well as style it easily. Please refer this article for more detailed information – https://wpastra.com/docs/general-woocommerce/
Astra Pro is a premium product & you can get it from here – https://wpastra.com/pricing/
Forum: Plugins
In reply to: [Cards for Beaver Builder] Fixed Length?At this moment – there is no option to control same height for cards. Can you please try to add following CSS?
#hsk .bb_boot_card_container { min-height: 340px; }Please let me know if its work for you.
- This reply was modified 8 years, 9 months ago by Pratik Chaskar.
Hey Ian,
For official & quick support from Ultimate Addons For Visual Composer team – please submit a support form here – https://ultimate.brainstormforce.com/support/
Forum: Plugins
In reply to: [Contact Form 7] Can Contact Form 7 upload files to Dropbox?Hey @brigitteb8, Did you get any solution for your query? I am facing same issue. Your help wold be greatly appreciated!
Forum: Plugins
In reply to: [Schema - All In One Schema Rich Snippets] How to make titles in boldHello there,
You can use following CSS code to make article name, author & description text bold.
.snippet-data-img [itemprop="name"], .snippet-data-img [itemprop="author"], .snippet-data-img [itemprop="description"] { font-weight: bold; }Hope it will help you.
Regards,
Pratik