Pitech Menu Issue - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Pitech Menu Issue

nagesh

nagesh

Template 1 year ago

I am having issue with pitech template.

Please check my live site, after we click the menu, the text disappear or the color changes. I tried changing colors in custom colors. But no change. I tried to configure colors in default no changes.

0
7 Answers
nagesh
nagesh
Accepted Answer
1 year ago #144073

If you need back end credentials please let me know. Thanks

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #144080

Hi

Thanks for contacting us and sorry for your issue. Could you please give me your super admin access? So that I can check.

-Regards.

0
nagesh
nagesh
Accepted Answer
1 year ago #144082

Here it is

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #144119

Hi

You can change the color from here

https://prnt.sc/07sdJcLjg1jb

OR

You can use custom CSS also. Use this CSS in your custom.css file


.sp-megamenu-parent>li.active>a, .sp-megamenu-parent>li.active:hover>a{
  color:#071414 !important;
}
.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span{
    color:#010c23 !important;
}
0
nagesh
nagesh
Accepted Answer
1 year ago #144677

I think i mentioned in the question i tried both default and custom colors it is not changing. Template changes you have sent me a link on how to change? I have tried it already.

0
nagesh
nagesh
Accepted Answer
1 year ago #144678

Please note and change accordingly. Thanks i am unable to do it using template options. I have tried default as well as custom preset in template options.

Menu Black background with white text. pulldown menu white background with black text Footer black background with white text.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #144894

Hi

Use this CSS in your custom.css file

#sp-header {
    background: black !important;

}
.sp-megamenu-parent>li>a {
    color: #fff !important;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    background: #000 !important;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
    color: #fff !important;
}
#sp-footer, #sp-bottom {
    background: #000 !important;

}

#sp-bottom .sp-module .sp-module-title{
    color: #ffffff !important;
}
#sp-bottom .sp-module ul>li>a{
   color: #ffffff !important;
}
0