Support Case - No Answer - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Support Case - No Answer

Digima

Digima

Helix Framework 4 years ago

Hi 5 day ago i get an answer from you on Joomshaper on a support case. I provide with more info in the thread but get no anser any more.

Please look at url: https://www.joomshaper.com/forum/question/5737

Perhaps i get some answer now :-)

Kindly Vallagruppen

0
7 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 4 years ago #30101

Hello vallagruppen

Apology for the delay. Please share your issue here. I will help you.

Best regards

0
Digima
Digima
Accepted Answer
4 years ago #30107

Hi any tip hove to get color settings on Helix U to work. I have a black header and i set the meny text to white and on hover light grey but all menus get a black text.

Same on the burger menu it,s also black.

We have to set our own CSS. .burger-icon > span { display: block; background-color: #fff; transition: background-color 0.3s ease-in, opacity 0.3s ease-in, transform 0.3s ease-in; }

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a { color: #fff !important; } .close-offcanvas span { background-color: white !important; } .offcanvas-menu { background-color: #202020 !important; } .sp-megamenu-parent>li:hover>a { color: #bdbdbd !important; }

Is there any plan to solve this ? And if so when.. It,s very good if color settings on menu,s work :-)


Hi we are using Joomla 3 10 0 and Helix 2 0 0. Se video.

https://vallagruppen.tinytake.com/msc/NTczNzkyOV8xNzcwMjYyNw

Kindly


FYI Yesterday we try on 10 different sites with same effect

Kidly Mikael A


Hi Joomshaper today i upgrade to latest version of HU and SP Page Builder. Still Color settings dont work in HU.

Latest version of Joomla, HU and SP PB. Clean cash and so on. Se URL. http://cta1.vgwebb.se/

Any tip to solve this without add CSS-code?

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 4 years ago #30158

Thanks for clarifying your issue. Because you have turned on Navigation typography, it gets the color from there. Please check now.

Screenshot at Aug 26 15-08-54.png

I have removed your Custom CSS. In case you need it, I put it down here.

.burger-icon > span {
    display: block;
    background-color: #fff;
    transition: background-color 0.3s ease-in, opacity 0.3s ease-in, transform 0.3s ease-in;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    color: #fff !important;
}
.close-offcanvas span {
background-color: white !important;
}
.offcanvas-menu {
    background-color: #202020 !important;
}
.sp-megamenu-parent>li:hover>a {
    color: #bdbdbd !important;
}
0
Pavel
Pavel
Accepted Answer
4 years ago #30159

Thanks for clarifying your issue. Because you have turned on Navigation typography, it gets the color from there. Please check now.

Hi Ofi. As I wrote repeatedly, color settings must be removed from this panel or have an inherit option. This overrides all the colors of the headings on the site, as adds the code to Head. In general, this is a meaningless setting and this conflict even with SP PB. This must be removed.

Workaround for quick fixes

h1,
h2,
h3,
h4,
h5,
h6 {
    color: inherit !important;
}

For navigate and Body already have color settings elsewhere.

0
Digima
Digima
Accepted Answer
4 years ago #30160

Hi works just fine.

Can i change the color for the burger meny. Now it,s black on a black menubar ? Or must i set CSS for that ?

Thanks for quick answer. :-)

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 4 years ago #30190

Yes, you will need CSS for the hamburger color. Please try this CSS to Template Options -> Custom Code -> Custom CSS

.burger-icon>span{
    color: #fff;
}
0
T
Tad
Accepted Answer
4 years ago #30201

Maybe my question can get answered now too!

https://www.joomshaper.com/forum/question/6037

0