JoomShaper / helix-ultimate

53 stars 24 forks source link

I can't override the color style of the active menu items in the offcanvas menu #391

Open Strngest opened 7 months ago

Strngest commented 7 months ago

I am using the current version of the template 2.0.18. I cannot override the color style of the active menu items in the offcanvas menu in the "custom.css" file. The problem is that in the "template.css" file, this style is defined as "!important".

Here is the code from the "template.css" file:

.offcanvas-menu .offcanvas-inner ul.menu li.active a { color: #00aeef !important }

The "!important" modifier is clearly unnecessary here. This effect was not observed in earlier versions of the Helix Ulimate template. In earlier versions of the template, the color of the active menu items was changed by editing "custom.css" file, but after updating the template, this feature disappeared. Please fix this minor flaw in the wonderful Helix Ultimate Framework.

joomleb commented 7 months ago

Hi @Strngest Yes, the not adequate use of "important" has been reported more than one time, like #318 It should be deprecated and code cleaned.

Maybe also #323 is related to this.

@mi-prakash Please, Can you clean the code for the next HU release ?

mi-prakash commented 7 months ago

@Strngest @joomleb I'll check the issue, thanks for the feedback

joomleb commented 4 months ago

Hi guys, Helix Ultimate 2.1.1 has been released:

@Strngest Please, Is this fixed for you ?

@mi-prakash Should this fix solve also the #318 report ? Is the #323 related to this.?