corewpress
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Vega] Mobile site strange formattingHello @bkhaja89,
you could try using this code:
label.label-tag { color: #000; font-size: 14px; }
Go to WP Admin > Appearance > Customize > Additional CSS and inside that box, add the code.
?Try it and let me know how it worked.
Kind regards,
DiegoForum: Themes and Templates
In reply to: [Vega] Vega Heading/title locationGlad to hear that!
Please, let me know if you need any further assistance.Forum: Themes and Templates
In reply to: [Vega] Vega Heading/title locationHi @jhruby85 ,
Could you contact me at https://www.lyrathemes.com/support/, so we can take a deeper look at this?
Thanks
DiegoForum: Themes and Templates
In reply to: [Vega] Mobile site strange formattingHello @bkhaja89,
I’ve checked your site and the white text can be seen on the desktop version of the site as well. So I suspect is just how you configured or styled your website.
Maybe checking on the customizer area will give you an idea what’s happening.
check this link, it may give you an idea of where to look.
Please, let me know if you need any further assistance.Kind regards,
DForum: Themes and Templates
In reply to: [Vega] Vega Heading/title locationHi @jhruby85,
for removing that text too, use this code:
h1.block-title.wow.zoomIn.animated { display: none; }
?Try it and let me know how it worked.
Kind regards,
DForum: Themes and Templates
In reply to: [Vega] Vega Heading/title locationHello @jhruby85,
Please go to WP Admin > Appearance > Customize > Additional CSS and inside that box, add the following code:
h3.page-title { display: none; }
?Try it and let me know how it worked.
Kind regards,
DForum: Themes and Templates
In reply to: [Kale] Kale Pro Theme or a Business Focused Theme?You’re welcome! Glad to help.
If you need any specific support with the theme, you could also reach me at https://www.lyrathemes.com/support/Good luck!
DiegoForum: Themes and Templates
In reply to: [Kale] How to disable connection to Google Fonts servers@screen-b, absolutely!
Please contact me at https://www.lyrathemes.com/support/All the best,
DiegoForum: Themes and Templates
In reply to: [Kale] Kale Pro Theme or a Business Focused Theme?Hi @sophbess6,
Hope you are having a great day!
The best I can do is giving you an opinion. The Kale Pro theme can be integrated with Woocommerce and you could extend any feature you need with plugins. Even more, if you want a specific layout or create landing pages, you could use an external builder for that.
I don’t see any restrictions for implementing your new business with this theme. The only thing I see you may want to do differently is the theme Homepage, but as said previously you could create a different one using a builder.
Let me know if that makes sense.
Kind regards,
DiegoForum: Themes and Templates
In reply to: [Kale] How to disable connection to Google Fonts serversHi @screen-b,
Could you share your URL so we can see this first hand?
Thanks.Forum: Themes and Templates
In reply to: [Kale] Blog Feed Post Display → Just FullHello @konradje12,
Hope you are having a great day!
Please go to WP Admin > Appearance > Customize > Additional CSS and inside that box, add the following code:
#post-344 .col-md-6 { width: 100%; } #post-344 .entry-content img { width: 100%; }
This will modify only that page attributes to make the image bigger.
?Try it and let me know how it worked.
Kind regards,
DiegoForum: Themes and Templates
In reply to: [Kale] How to disable connection to Google Fonts serversHi @screen-b,
Could you please paste here the code from child theme’s functions.php file that you’ve created?
Thanks
DiegoForum: Themes and Templates
In reply to: [Kale] How to disable connection to Google Fonts serversHello @screen-b,
Hope you are having a great day!
There’s no option on the theme to deregister Google fonts, so the way to do what you need is editing one file.
Go to the function.php file and comment or delete the line 146,
wp_enqueue_style( 'kale-fonts', kale_fonts_url(), array(), null );
That will remove the font call and it’s fast to implement, but you’ll lose this change when you update your theme. So the right way to go is creating a child theme and deregister the call from there using:
function kale_dequeue_unnecessary_styles() { wp_dequeue_style( 'kale-fonts' ); wp_deregister_style( 'kale-fonts' ); } add_action( 'init', 'kale_dequeue_unnecessary_styles' );
?Try it and let me know how it worked.
Kind regards,
DiegoForum: Themes and Templates
In reply to: [Kale] Fix Kale ThemeHi @klaudi23a,
Yes! you can do so from the customizer. Go to WP Admin > Appearance > Customizer > Blog Feed. you find the option in there.
Please, let me know if you need any further assistance.
Kind regards,
DiegoHello @chacha9394,
Hope you are having a great day!
One of the links is from your WP Admin area. I can give you further support, but I’ll need you to contact us at our official support form here https://www.lyrathemes.com/support/
Looking forward to your email.
Kind regards,
Diego