Rico Mossesgeld
Forum Replies Created
-
Hey @blackedcode, @ricotheque from LyraThemes here.
I can’t see your URL, so I’m assuming you’re using the free version of Kale. If that’s the case, please use this code instead to change the font size of your post’s content:
.single-content { font-size: 16px; line-height: 1.25em; }Hope this helps!
Forum: Themes and Templates
In reply to: [Kale] Link ColorHey @sal5051, shared the answer here: https://wordpress.org/support/topic/link-text-color/#post-9575439
Forum: Themes and Templates
In reply to: [Kale] Link Text ColorHi @sal5051, @ricotheque from LyraThemes here.
In the code we gave you, please replace .entry-content a with .single-content a
Hope this helps!
- This reply was modified 8 years, 7 months ago by Rico Mossesgeld.
Forum: Themes and Templates
In reply to: [Vega] get_theme_mod array errorHey @kenryu, I’m @ricotheque from LyraThemes. (Hadouken!)
Sounds like the database has been corrupted. Since you’re using WP-CLI, could you try this? https://developer.wordpress.org/cli/commands/theme/mod/remove/
Note that this will clear any options you may have set for your test site’s Customizer.
Hope this helps!
Forum: Themes and Templates
In reply to: [Kale] Non-Featured Images not displayingHey @seagulltrasure, as always @ricotheque from LyraThemes here. Nice to see you again!
I’ve checked your phone on a mobile and the non-featured images do appear. Could you share a URL where you’ve encountered this issue?
Forum: Themes and Templates
In reply to: [Vega] Text shrinkingHi @deb01, @ricotheque from LyraThemes here.
Have you used a page manager plugin to control the appearance of the page you’ve provided? If so, please change the font size of your last two paragraphs through your plugin’s layout editor.
Hope this helps!
Forum: Themes and Templates
In reply to: [Kale] Extra articles appear below my usual articleHi @auborget, I’m @ricotheque from LyraThemes. 🙂
I’m unfortunately getting a “page not found” error when I try to load your URL. However, I saw what you were talking about at http://vie-naturelle.info/produit-menager/astuces-deboucher-evier-douche-baignoire.htm
Could you try disabling all your plugins, and see if that fixes the issue?
Forum: Themes and Templates
In reply to: [Kale] Change Content WidthHi @joshtaroli, you’re right. The code no longer works because of an update. Just replace
.single-post .entry-content pwith.single-contentinstead. 🙂Forum: Themes and Templates
In reply to: [Kale] Change Social Media IconsHey @seagulltreasure! @ricotheque from LyraThemes here.
Just add this to <b>Appearance > Customize > Additional CSS</b> to change the font size of your icons:
.widget ul > li > a.genericon, .widget ul > li > span >a.genericon { font-size: 14px; }To change the color for specific icons, look at the pattern below:
.widget ul > li > a.genericon-facebook, .widget ul > li > span > a.genericon-facebook { color: #3b5998; } .widget ul > li > a.genericon-twitter, .widget ul > li > span > a.genericon-twitter { color: #00aced; } .widget ul > li > a.genericon-pinterest, .widget ul > li > span > a.genericon-pinterest { color: #c92228; }Hope this helps!
@makingcentsinlife You can remove your original code with no problem.
The great thing about adding CSS through Appearance > Customize > Additional CSS is that the code over there will survive any theme updates! 🙂
Enjoy your properly-formatted links!
Forum: Themes and Templates
In reply to: [Kale] Heading font size is too small in mobile viewHi @electricmommy, I’m @ricotheque from LyraThemes. 🙂
Please add this to Appearance > Customize > Additional CSS:
@media (max-width: 480px) { .lt-recipe .recipe-ingredients h5, .lt-recipe .recipe-directions h5, .lt-recipe > h4, .widget-title, .recipe-index-feed .category-title, h4.form-label, .entry-title { font-size: 20px; } }This basically applies the same font size you’ve set for the desktop.
However, do note that the resulting size might now be too big for mobile. If that’s the case, just change the “20px” as needed. Just use a number (including decimals if you want) followed by a px. Examples: “18px” and “16.5px”.
Hope this helps!
No problem! Whenever you make any changes to your OG tags, just go to https://developers.facebook.com/tools/debug/sharing/?q=http%3A%2F%2Fwww.beneaththeweather.com%2F then click on Scrape Again to tell Facebook to update its cache of your home page.
Have fun tweaking! 🙂
Hry @makingcentsinlife, I’m @ricotheque from LyraThemes.
What addweb said should work for you. Just make sure to put their code in Appearance > Customize > Additional CSS in your Dashboard, to keep it safe from future theme updates!
I just want to make a small addition to keep your line-height. The final code to add should be:
.page-content ul { line-height: 1.7em; } .page-content li a { font-size: 17px; color: #328cc1; }Hope this helps too!
Forum: Themes and Templates
In reply to: [Kale] Comments and header imageHi @yommkorisnik, I’m @ricotheque from Lyrathemes. 🙂
You can hide comments through this step-by-step: http://www.wpbeginner.com/plugins/how-to-turn-off-or-disable-comments-in-wordpress-pages/
To change the size of your header image, please add this to Appearance > Customize > Additional CSS in your Dashboard:
.frontpage-banner:before { background-color: transparent; } .frontpage-banner > img { display: block; width: 200px; height: auto; margin: 0 auto; }Just change “200px” into whatever size you want.
Hope this helps!
Forum: Themes and Templates
In reply to: [Kale] Removing AdSense from homepageHi @sosisafecanada, @ricotheque from LyraThemes here.
The safest way to do what you want is unfortunately, only possible by modifying your theme’s code.
However, you can try this plugin: https://wordpress.org/plugins/adrotate/
As far as I can tell it lets you show ad banners only for specific pages in your site.
Hope this helps!