onestar
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [eVision corporate] Single Circle icon colorHi,
for the responsive meaning when the mouse hover to the menu, I’d like to change the color of the menu (Home, About, Services, Portfolio….) to other color.
and wanted to change the background color “Know More” and “SEND” when the mouse hover to it.Thanks!
Forum: Themes and Templates
In reply to: [eVision corporate] Single Circle icon colorHi,
I have created the child theme, the function and style.css created.
the color still red color, but I have added in theme option/custom.css
.single-circle-icon span i {background-color:#0b157d;} and it works, is there any different if I put the code in style.css?what about the menu font color in responsive?
this is the function.php file looks like
<?php
// Exit if accessed directly
if ( !defined( ‘ABSPATH’ ) ) exit;// BEGIN ENQUEUE PARENT ACTION
// AUTO GENERATED – Do not modify or remove comment markers above or below:if ( !function_exists( ‘chld_thm_cfg_parent_css’ ) ):
function chld_thm_cfg_parent_css() {
wp_enqueue_style( ‘chld_thm_cfg_parent’, trailingslashit( get_template_directory_uri() ) . ‘style.css’ );
}
endif;
add_action( ‘wp_enqueue_scripts’, ‘chld_thm_cfg_parent_css’ );if ( !function_exists( ‘chld_thm_cfg_child_css’ ) ):
function chld_thm_cfg_child_css() {
wp_enqueue_style( ‘chld_thm_cfg_child’, get_stylesheet_uri() );
}
endif;
add_action( ‘wp_enqueue_scripts’, ‘chld_thm_cfg_child_css’, 999 );// END ENQUEUE PARENT ACTION
Forum: Themes and Templates
In reply to: [Bizlight] add a new client section in home/frontHi Madhusudan Pokharel,
for first query solved after I restart xampp, thanks
🙂Forum: Themes and Templates
In reply to: [Bizlight] add a new client section in home/frontHi Madhusudan Pokharel,
for first query, it’s still the same. No Image, even thought already clear browser cache.
for second query is not the main logo, please see the sample from
http://demo.evisionthemes.com/evision-corporate/
I want to put all the logo in the section below blog section or before testimonial section.
anyway..thanks for your helpForum: Themes and Templates
In reply to: [Bizlight] add a new client section in home/frontHello,
thanks for your quick reply 🙂
btw, I can’t give the url as it’s in my localhost 🙁
Please let me try to elaborate:1. regarding the blog section, please have a look the screenshot that I took.
http://imageshack.com/a/img903/7289/yhzzbs.png
The image won’t show in the frontpage.2. regarding the logo, I wanted to have something like your other template.
http://demo.evisionthemes.com/evision-corporate/
I’d like to put some logo like sony, Adidas, vimeo in Bizlight theme.
is it possible?Thanks!
Forum: Plugins
In reply to: [MN Contact Form] Not Receiving EmailHi,
i’ve encounter the same problem. I am hosting online, however, I didn’t receive the email after it state Mail Sent Successfully, although the sender receive the confirmation email.
Please advise