Off Canvas Menu - Color Of Chevron - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Off Canvas Menu - Color Of Chevron

GH

Georg Holzner

Helix Framework 3 years ago

Hi all,

I am using SP Page Builder Pro - Version 3.8.8 Helix Framework - Version 3.9 Joomla 4.2.3

my Site: https://hsg-erlangen.com

On mobile / tablet I am using the off canvas menu on the right hand side. Unfortunately the chevrons to open the menu topics below the main menu topics are very small and in grey color. How can I make them in color white and make them bigger?.

Thanks for all your help,

Georg

0
5 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 years ago #89988

Hi there!

Thanks for your query.

I could not reach your given link though. The following link may help you:

https://www.joomshaper.com/documentation/helix-framework/helix-ultimate-2/customization-tips#offcanvas-menu-how-to-change-gt-open-icon-and-submenu-item-s-color

Best Regards

1
GH
Georg Holzner
Accepted Answer
3 years ago #90051

Thanks, that helped (at least in some way).

the correct url is:

https://hsg-erlangen.de

I already put in the suggested CSS code. That worked for some of the menu items. But those menu items, which only open the menu (and dont have a page in their own) are still grey.

Furthermore: is there a way to increase the '>' ? Its really tiny and hard to hit consitently.

I am just wondering if I am the only one with those problems. Is my approach that unique, maybe other people are using a better method.

Thanks again,

Georg

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 years ago #90118

Hi,

You're welcome. The following may help:

.offcanvas-menu .offcanvas-inner ul.menu > li a, .offcanvas-menu .offcanvas-inner ul.menu > li span, .offcanvas-menu .offcanvas-inner ul.menu>li>ul li a {
    color: #ffffff !important;
    font-size: 30px;
    opacity: 1;
}

Best Regards

0
GH
Georg Holzner
Accepted Answer
3 years ago #90449

Hi,

thanks a lot, that totally solved the pronlem.

great support, you guys are awesome.

best regards

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 years ago #90564

Hello,

Glad to know that and you are always welcome:)

0