bikel
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [evolve] Image height in bootstrapplease send me your website link.
Forum: Themes and Templates
In reply to: [evolve] Menu icon horizontal lines not visibile.Hi,
Please send your website link. or you can check your style sheet link for fontawasome style sheet.
Forum: Themes and Templates
In reply to: [evolve] how to remove Position of previous/next posts linksHi,
Just add this code in css..page-navigation .nav-previous, .single-page-navigation .nav-previous, .page-navigation .nav-next, .single-page-navigation .nav-next {
display: none !important;
}Hi,
Go to index.php line no. 532 and replace this code
<?php the_excerpt(); ?> change to <?php the_content(); ?>
and go also index.php line no.537,538,539 and remove
<div class=”read-more btn btn-right icon-arrow-right”>
“><?php _e(‘READ MORE’, ‘evolve’ ); ?>
</div>Forum: Themes and Templates
In reply to: [evolve] Creating Template Page in Child ThemeHi,
can you send your existing website link? and where do you want to change? evolve theme theme or in your site.
please let me clearly. thanks
Forum: Themes and Templates
In reply to: [evolve] Evolve theme sidebar conflictHi,
If you want two column in your home. First you need to turn off the right sidebar. then backend you need to change the cloding col-md-6 for two column and then paste the code upper footer the widget code. it is actually programing edit need. let me know if you confuse.
Thanks
Forum: Themes and Templates
In reply to: [evolve] How to remove whitespace between page title & contentYou can add this in your css file.
.content-area article {
margin-bottom: -7% !important;
}If you want to remove it from your images. it will remove from all widgets. you can try this css if you face any confusion please let me know.
.widget-content {
background: transparent !important;
border: 0px !important;
box-shadow: none !important;
}Forum: Themes and Templates
In reply to: [evolve] How to remove whitespace between page title & contentJust come will get solution soon.