izzed
Forum Replies Created
-
thank you 🙂
same, how to fix?
Forum: Plugins
In reply to: [Germanized for WooCommerce] Lieferzeit font-colorEbenfalls interessiert
Forum: Fixing WordPress
In reply to: How to combine google font css files?You should be enqueueing them in your functions.php
function font_scripts() { wp_enqueue_style('montserrat', 'https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap'); } add_action( 'wp_enqueue_scripts', 'font_scripts' );What does is change exactly?
I actually wrote that code into my function.php but the number of css didnt change. do i need to change the font in my brooklyn theme to “theme font” instead of “google font”?Forum: Fixing WordPress
In reply to: How to combine google font css files?Thank you guys for you response, i will try that asap and give you a response!:)
Forum: Plugins
In reply to: [WooCommerce] how to expand textpreview of shop-itemsthank you very much buddy!
This was the CSS code i needed 🙂Forum: Plugins
In reply to: [WooCommerce] Make woocommerce product name responsiveNothing happens when im trying it like him in his tutorial 🙁
Isn’t there an easier way to handle that?Forum: Plugins
In reply to: [WooCommerce] how to expand textpreview of shop-itemsThank you realy much, that helped me a lot! 🙂
Is there a way to remove the the color on that?Best wished
DominicForum: Plugins
In reply to: [WooCommerce] how to expand textpreview of shop-items1.) You can only change that on productpage (not on preview of the Product)
2.) Thanks, worked 🙂