Template Macro 3.0.0: Problem After Update - Question | JoomShaper

Template Macro 3.0.0: Problem After Update

Giovanni Colombo

Giovanni Colombo

Template 1 week ago

Good morning, I have the same problem that you have already discussed in the forum on this page. https://www.joomshaper.com/forum/question/24545

I implemented the proposed resolution and solved that problem (double logo in macro template 3.0.0)

However, another problem arose for me: The color of the bottom and footer became white in the desktop view. While respecting the colors selected in the template style layout in the mobile view. www.studiocatenazzi.com

You can help me? Thank you

0
9 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 week ago #156069

Hi

Thanks for contacting us and sorry for your issue. Could you please give me a screenshot of your issue?

-Regards.

0
Giovanni Colombo
Giovanni Colombo
Accepted Answer
1 week ago #156121
0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 week ago #156240

Use this CSS in your custom.css file

    #sp-bottom {
        background-color: #363636 !important;
        color: #5c5c5c !important;
      padding: 30px;
    }

    #sp-footer {
        background-color: #1c1c1c !important;
        color: #545454 !important;
    }
0
Giovanni Colombo
Giovanni Colombo
Accepted Answer
1 week ago #156265

Change made, problem remains

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 week ago #156371

You have set a body background color which is conflict here that's why it does not work.

0
Giovanni Colombo
Giovanni Colombo
Accepted Answer
1 week ago #156383

No I don't think that's why why does it work for mobile view? before everything was ok then when I inserted the suggested solution in the post https://www.joomshaper.com/forum/question/24545

@media screen and (max-width: 760px) { .sp-default-logod-none.d-lg-block {display: none !important;} .sppb-article-info {padding: 0 10px;} }

started making that color mistake

If I remove these instructions in Template Options > Custom Code > Custom CSS the bottom and footer colors work again

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 week ago #156490

Please remove that instructsions then, because it conflicts on that and gives error.

0
Giovanni Colombo
Giovanni Colombo
Accepted Answer
6 days ago #156655

Agreed but if I remove those instructions there is the problem of the double logo in the mobile view. https://prnt.sc/ANa_EtjqCOQT How do I solve it?

I'll give you a summary so you understand better

  1. I updated the Macro template to version 3.0
  2. With this update there is the issue of double logo in mobile view
  3. inserting the solution proposed by Paul Frankowski (see the suggested solution in the post https://www.joomshaper.com/forum/question/24545) solves the problem of the double logo but presents the problem of the color of the bottom and footer in the mobile view

did you understand?

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 5 days ago #156790

Could you please comment on Paul Frankowski's post about it? So that he can give you the solution. Please also mention that when you give the double logo solution which he gave you, can also affect the colors. I hope he can solve this issue.

0