• I am new user of WordPress don’t have huge knowledge any way few moment ago I found this page and yes my theme is appointment, I edited some thing don’t know what exactly but suddenly my website logo not showing, showing this sign }

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hi

    For this follow this step

    Theme Dashboard >> appearance >> customize >> header setting >> header logo setting

    then upload your

    then save and check.

    Thanks.

    Thread Starter seorupa

    (@seorupa)

    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 https://assignmentsforu.com/

    Thread Starter seorupa

    (@seorupa)

    .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.

    Thread Starter seorupa

    (@seorupa)

    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.

    Thread Starter seorupa

    (@seorupa)

    Can you please explain how to add this https://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.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Website logo not showing’ is closed to new replies.