siniplyrathemes
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Kale] Social Icons on header menuHi shrutirp.
It looks like that icon didn’t make it to the Font Awesome yet.
Visit https://github.com/FortAwesome/Font-Awesome/issues/6138 to add your vote.
All icons available in Font Awesome 4.x should be available in Kale.
Kind regards.
Forum: Themes and Templates
In reply to: [Kale] Kale Header image too dark. HELPHi, sierraalbis.
Thank you for contacting us and for using our theme, we appreciate it.
You haven’t stated whether you’re using a slider or static image, but add this to Appearance -> Customize -> Additional CSS:
.home .frontpage-slider .owl-carousel-item::before { opacity: 0; } .home .frontpage-banner::before { opacity: 0; }
And it should cover both options.
Kind regards.
Forum: Themes and Templates
In reply to: [Kale] Font type in postsHi, loscomeplantas.
Thank you for upgrading to Kale Pro.
Since that theme is paid one, we can’t support it here, as per www.ads-software.com forum rules.
Please go to https://www.lyrathemes.com/support/, open a new support ticket and someone will take it from there.
Kind regards.
Forum: Themes and Templates
In reply to: [Kale] Theme width / marginsYes, it is possible to limit the code to mobile view only, but since I have no idea what grey area you’re talking about, could you post a screenshot of your website or make it available publicly?
This is what I see when I access it – https://prnt.sc/s96p4q
Forum: Themes and Templates
In reply to: [Kale] Theme width / marginsHi, thefoodspiration.
Thank you for contacting us and for using our theme. We appreciate it.
That domain is parked at the moment so I couldn’t see your website, but I’ve based this piece of CSS on our demo Kale website.
Please add this to Appearance -> Customize -> Additional CSS:
.container { width: 80%; }
Or if it doesn’t have any effect, try this:
.container { width: 80% !important; }
Adjust 80% to whatever you want.
I hope this helps.
Kind regards.
Forum: Themes and Templates
In reply to: [Juliet] How to set Top menuHi, roshniraturi.
Thank you for contacting us and for using our theme. We appreciate it.
Please visit https://help.lyrathemes.com/article/297-top-bar-menu, and you’ll see how to set the top left and top right menu positions.
I hope this helps but if you have any additional questions, feel free to ask.
Kind regards.
Forum: Themes and Templates
In reply to: [Kale] Changing font size and color of previous and next postsHi, praneethagoutham.
If that’s the only post in that category then you’ll not have those arrows showing up since there’s nothing to move to.
I hope this helps.
Forum: Themes and Templates
In reply to: [Kale] Hiding Featured Image on Single PostThank you for the URL.
However, your website seems to be using Karma theme – https://themeforest.net/item/karma-responsive-clean-website-template/234990 so you’ll have to ask for help from the theme author on Themeforest.
Kind regards.
Forum: Themes and Templates
In reply to: [Kale] Hiding Featured Image on Single PostHi rmathew123.
Thank you for contacting us and for using our theme.
It would help if you’d post your website URL, so that we could suggest some CSS.
KInd regards.
Forum: Themes and Templates
In reply to: [Kale] Top Level Menu IssueHi again, turtletech.
Just to notice that we have that feature available in the Pro version of our Kale theme. Please see https://help.lyrathemes.com/article/225-main-parent-node-for-dropdown-menus.
Kind regards.
Forum: Themes and Templates
In reply to: [Kale] Homepage Slider + Latest Post + othersHi, wokpeppertweezers.
Thank you for upgrading to Kale Pro.
Since that theme is paid one, we’re not allowed to support it here, as per www.ads-software.com forum rules.
Please go to https://www.lyrathemes.com/support/ and open a new support ticket. Someone will pick it up from there.
Kind regards.
Forum: Themes and Templates
In reply to: [Kale] Change double line accents on titlesHi finefolk.
Thank you for contacting us and for using our theme, we appreciate it.
Those lines come from this piece of CSS:
.sidebar-no-borders .recent-posts-widget-with-thumbnails .rpwwt-widget .widget-title span::before, .sidebar-no-borders .recent-posts-widget-with-thumbnails .rpwwt-widget .widget-title span::after { content: ""; position: absolute; left: 0; top: 50%; margin-top: -2px; width: 20px; height: 4px; border-top: 1px solid #c4c4c4; border-bottom: 1px solid #c4c4c4; }
So you’d need to change it in order to put something else there.
I hope this helps as a starting point. If you have any additional questions, feel free to ask.
Kind regards.
Forum: Themes and Templates
In reply to: [Kale] social icon not showing up correctlyHi feedmi.
Thank you for contacting us and for using our theme. We appreciate it.
If you check https://help.lyrathemes.com/article/224-social-media-links you’ll see that the menu name has top be Social with Capital S, nothing less, nothing more. If you have that and you add the social links using https:// or https:// preferably, everything else should just fall into place and proper icons should be showing up.
Please check that out and let us know if this helped.
Kind regards.
Forum: Themes and Templates
In reply to: [Kale] cannot change the Google analytics codeHello, deepmill.
Thank you for using our theme; we appreciate it.
Since you use Kale Pro version, and if you don’t resolve it, please open a support thread by going to https://www.lyrathemes.com/support/.
We’re not allowed to provide support for commercial products here.
Kind regards.
Forum: Themes and Templates
In reply to: [Kale] Remove title below featured imageHi, karanjhanwer.
Thank you for contacting us.
This CSS should take care of it:
.page .entry-title { display: none; }
Add it to Apperance -> Customize -> Additional CSS.