dimlyrathemes
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Kale] Kale theme/WooCommece product Iarge too largeHi,
Thank you for reaching out support, I am happy to help.
I believe that you can change the image size from Appearance > Customize > WooCommerce > Product Images, have you tried that?
Kind Regards
Forum: Themes and Templates
In reply to: [Kale] Featured images issueHi,
Thank you for reaching out support, I am happy to help.
Could you check if your posts have a featured image? When you open a post on the back end do you see a featured image set?
Kind Regards
Forum: Themes and Templates
In reply to: [Kale] How to create an ‘About Me’ on sidebarHi Calibear,
Thank you for trying Kale.
It looks like this widget is available only in the Pro version of the theme.
Let me know if you have any more questions
Kind Regards
Forum: Themes and Templates
In reply to: [Kale] How to change the font of the tagline?Hi,
Thank you for trying Kale! we appreciate it.
You can change the font only with code from Appearance > Customize > Additional CSS.
For example you can add this code and the tagline will use the Lato font ( already used for paragraphs )
.tagline { font-family:inherit; }
If you want to use another font you can change the code respectively
.tagline { font-family: 'Open Sans'}
just make sure you have the font installed.
Kind Regards
Hi,
Thanks for reaching out.
There is another another setting in Appearance > Customize > Header Image > Caption heading ( its at the bottom of the screen ), you can edit this field to remove the text from the header image.
Kind Regards
Forum: Themes and Templates
In reply to: [Vega] Front Page alignmentHi,
The CSS property to center text is text-align:center but you have to target the element first and then apply it.
For example to change the ‘Welcome to Vega’ title you will have to write
.frontpage-content .block-title h2 { text-align:left; }
In this page you can find more information about finding elements and adding CSS rules for them.
Kind Regards
Forum: Themes and Templates
In reply to: [Vega] Front Page alignmentHi,
You will have add the necessary CSS in Appearance > Customize > Additional CSS.
Kind Regards
Forum: Themes and Templates
In reply to: [Kale] Slider bottom spaceGood news! Have a nice one
Forum: Themes and Templates
In reply to: [Kale] Slider bottom spaceThank you.
I see that the problem is caused by the first slide that uses a data URI of 1200×1200 pixels. This can be a side effect of a plugin, so please try first disabling temporarily your plugins, especially the ones that manipulate images like ‘smushit’.
Kind Regards
Forum: Themes and Templates
In reply to: [Kale] Slider bottom spaceI am sorry but without looking at the actual website I cannot really tell what is happening.
Forum: Themes and Templates
In reply to: [Kale] Slider bottom spaceHello, merisland.
Thank you for contacting us and for trying our theme. We appreciate it.
I cannot really tell what is happening on your website without looking at the code but you are right, one reason can be the image sizes. You can find the relevant documentation here.
Kind Regards