Macro Template Logo Problem - Question | JoomShaper
🎃 Halloween Sale is Live! Get 35% OFF on all plans. Sale ends soon! Get Offer

Macro Template Logo Problem

A

ach

Template 8 months ago

On the Macro template, I have the logo that is displayed twice. I saw on the forum that you have dealt with the problem with a client but you have not explained the solution.

It is in the file templates/shaper_macro/features/logo.php

Can you give me the code to correct?

0
6 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 8 months ago #183536

Hi

Thanks for contacting us and sorry for your issue. You can use this CSS in your custom.css file

#ddddsp-logo img.sp-default-logod-none, img.sp-retina-logod-none {
    display: none !important;
}

-Regards.

0
A
ach
Accepted Answer
8 months ago #183540

I applied but it doesn't display a logo anymore. What is the default logo?

0
A
ach
Accepted Answer
8 months ago #183541

there are 3 logos

<h1>
<img class="sp-default-logod-none d-lg-block" src="/images/02_divers/Logo_poch.png" alt="">
<img class="sp-retina-logod-none d-lg-block" src="/images/02_divers/Logo_poch.png" alt="" width="331" height="45">
<img class="sp-default-logo d-block d-lg-none" src="/images/02_divers/Logo_poch.png" alt="">
</h1>
0
A
ach
Accepted Answer
8 months ago #183649

I fixed


 #sp-logo img.sp-default-logod-none, img.sp-retina-logod-none { display: none !important;}
 #sp-logo img.sp-default-logo  { display: block !important;}
0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 8 months ago #183660

Hi

Glad to know that. You can now close this post by accepting the answer.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 months ago #198938

HI

Is this issue resolved now? If so, please close this post by accepting the answer.

0