jarektheme
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Kale] Kale Theme HeadingsHi @freshsimplehome ,
Thank you for getting in touch with us.
To change font size of headings in posts you can add this code to Appearance → Customize → Additional CSS:
.entry h1 { font-size: 34px; } .entry h2 { font-size: 26px; } .entry h3 { font-size: 22px; }
and adjust it as you wish.
Kind regards
Forum: Themes and Templates
In reply to: [Kale] changing category background colorHi @peachykeen2012 ,
Thank you for getting in touch with us.
Yes, this should be possible with a bit of CSS, however I need the URL to your site to create the code for you.
Kind regards
Forum: Themes and Templates
In reply to: [Juliet] Adding recent posts to front pageHi @oceansitinerary ,
I think that you are displaying static home page which doesn’t include blog feed section. Please go to Settings → Reading section and select “Your latest posts” option in “Your homepage displays” as you can see in this screenshot: https://prntscr.com/o27776
Hope that helps.
Best
Forum: Themes and Templates
In reply to: [Juliet] Blog feed only showing up in sidebarHi @oceansitinerary ,
Thank you for getting in touch with us.
I think that you are displaying static home page which doesn’t include blog feed section. Please go to Settings → Reading section and select “Your latest posts” option in “Your homepage displays” as you can see in this screenshot: https://prntscr.com/o27776
It should help to resolve this issue.Kind regards
Forum: Themes and Templates
In reply to: [Kale] Featured Images are not same sizeHi @laurentaylor We’re happy to hear that all works fine. Can you mark this thread as resolved, please?
Best
You can try something like this to change footer colors:
.footer { background: black; } .footer-copyright { color: #fff; }
Here is the code for changing tagline only for smaller screen:
@media (max-width: 767px) { .tagline p { font-size: 22px; line-height: 32px; } }
You can play with sizes and adjust them as you want.
Do you want to change the color of this section: https://prntscr.com/nzo5ug
If so, it seems the code is working fine and the text is black.Thank you for your kind words. Here is the style to change footer color:
.footer-copyright { color: black; }
Here is the style to change tagline to Georgia:
.tagline { font-family: Georgia, serif; }
To replace the link in copyright text you need to open Appearance → Customize → General Settings section and replace
https://www.lyrathemes.com/kale/
URL with your link: https://prntscr.com/nzo2bgHope that helps.
Hi there,
Thank you for getting in touch with us.
Please go to Appearance → Customize → Additional CSS and add the following css:
.navbar-default .navbar-nav > .current_page_item > a, .navbar-default .navbar-nav > .current_page_item > ahover, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover { color: #111; } .navbar-default .navbar-toggle { background-color: #e0e0e0; } @media (max-width: 767px) { .navbar-default .navbar-nav > li > a { color: #ffffff; /* Main color for responsive nav */ } .navbar-default .navbar-nav .open .dropdown-menu>li>a { color: #ccc; } .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover { color: #fff; } .tagline p { font-size: 32px; /* Responsive tagline */ } }
Adjust it as you wish.
Kind regards
Forum: Themes and Templates
In reply to: [Kale] Custom logo blurry on mobileHi @meganmarsh94 To change the size of logo on mobile only you need to replace previous version with this one:
@media (max-width: 768px) { .logo { width: 150px; } }
Kind regards
Forum: Themes and Templates
In reply to: [Kale] Cannot change font sizeHi @minaco
If you want to change font size for main content on blog feed and single post you need to add this code to Appearance → Customize → Additional CSS field and adjust font size:
.entry-summary, .single-content { font-size: 15px; }
Best
Forum: Themes and Templates
In reply to: [Kale] Kale pagination changeYou need to open wp-content/themes/kale/parts/entry.php file and replace these lines:
<div class="entry-summary"><?php the_content(); ?><?php wp_link_pages(); ?></div> <?php } else { ?> <div class="entry-summary"><?php the_excerpt(); ?><?php wp_link_pages(); ?></div>
with this:
<div class="entry-summary"><?php the_content(); ?><?php wp_link_pages(array( 'before' => '<p>', 'after' => '</p>', 'link_before' => __( 'Part ', 'kale' ) )); ?></div> <?php } else { ?> <div class="entry-summary"><?php the_excerpt(); ?><?php wp_link_pages(array( 'before' => '<p>', 'after' => '</p>', 'link_before' => __( 'Part ', 'kale' ) )); ?></div>
Hope that helps.
Forum: Themes and Templates
In reply to: [Kale] Side Bar RemovalWe’re happy to hear that all issues are resolved. Could you mark this thread as resolved?
Forum: Themes and Templates
In reply to: [Vega] Image One Half Width background issueHi there,
It seems that you are on the wrong support forum. You’re using Vega made by ThemeGoods and this support forum of free Vega theme. Please contact support forum here: https://themeforest.net/item/photography-portfolio-gallery-vega-theme/9678282
Kind regards
Forum: Themes and Templates
In reply to: [Kale] Custom post list view to use in Kale themeHi there,
Thank you for getting in touch with us.
We don’t support this kind of layout at the moment. If you want to modify theme to implement this, you can send us customization request here: https://lyrathemes.com/customization
Kind regards