tarun_bazooka
Forum Replies Created
-
its into the theme file.
wp-content/theme/”theme-name”/functions.phpfunction.php
Forum: Themes and Templates
In reply to: jarvis theme team image not showing upi tried but its not worked
i have change image and update style sheet but not worked
please help!!Forum: Themes and Templates
In reply to: Menu and header positionyep its solved know thanks for reply
Forum: Themes and Templates
In reply to: Menu and header positionThanks for your help too. I will also try this.
Forum: Themes and Templates
In reply to: Menu and header positioni solve this by placing slider code in header.php file
<?php endif; ?>
<?php tha_header_after(); ?>
<?php echo do_shortcode(“[metaslider id=2602 restrict_to=home]”); ?><?php if ( !is_page_template(‘page_front-page.php’) || ( ‘posts’ == get_option( ‘show_on_front’ ) ) ) : ?>
Forum: Fixing WordPress
In reply to: How to enlarge logo in wordpress siteHi @andrew and @sachinyadav82,
Thanks a lot both of you. I install simple custom Css plugin and use code –.navbar-brand > img {
max-height: 70px;
}header .navbar-brand {
height: 80px;
}and adjusted both heights.
i can also do same thing without plugin just by changing same parameters in my css (as Sachinyadav mention).What you think using plugin is good or change in theme css is good?
Does plugin make any load on my site??Thanks