Hi
For this follow this step
Theme Dashboard >> appearance >> customize >> header setting >> header logo setting
then upload your
then save and check.
Thanks.
Thank you sir I did it. My another problem is I want to change home page content with service icon. As there were 6 images but I want to change those images according to my service and content. (I try is from customized> service setting but not possible). So please help me how to change those images. My website URL http://assignmentsforu.com/
.page-title-section
{
display:none !important;
}
with this help of code I remove background image and page titles. My 2 questions is
1. I need this change only (HOME) page, Not every page. because H1 ta
2. If I hide from all pages then want to reduce white space below slider.
Hi
Remove white space below slider in all page, for use below code in custom css Field(Theme Dashboard >> appearance >> customize >> header setting >> custom css Field)
.blog-btn-area-lg
{
display:none !important
}
.blog-lg-area-left
{
display:none !important
}
Thanks.
Thank you sir I did it. My another problem is I want to change home page content with service icon. As there were 6 images but I want to change those images according to my service and content. (I try is from customized> service setting but not possible). So please help me how to change those images.
Hi
For this Follow Below path
Theme Dashboard >> appearance >> customize >> service setting >> service section one >> Enter your All value
and follow above path change your all service section.
And If you Change icon to Image, then edit index-testimonial file and find below code line no 23.
<i class="fa <?php echo $service_setting['service_one_icon']; ?>"></i>
and
Change enter your Image path like : –
<img src="images/yourimage.jpg"/>
Then follow above same process change your all service images.
Thanks.
Can you please explain how to add this http://images.clipartpanda.com/fountain-pen-vector-602-fountain-pen-icon.png
<i class=”fa <?php echo $service_setting[‘service_one_icon’]; ?>”></i> here.
Hi
For use img src HTML Tag follow this LINK
Link2
or
<img src=”<?php bloginfo(‘template_directory’); ?>/images/yourimage.jpg” />
Thanks.