Welcome, Guest
Username Password: Remember me

CSS Style for Menu Items from Joomla Menu to Mobile Joomla
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: CSS Style for Menu Items from Joomla Menu to Mobile Joomla

CSS Style for Menu Items from Joomla Menu to Mobile Joomla 11 years, 9 months ago #10470

  • stevenp
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
  • Karma: 0
Hello,

In Joomla, it is possible to add a custom CSS style when editing an item in Menu Manager.

I've added a custom style for one of my menu items, "redbg".

Despite saving this, the Mobile Joomla site still only renders this line for menu items:
<li class="arrow">
<a href="/index.php/clearance?device=iphone">Clearance</a></li>

If the item is active, it renders
<li class="arrow">
<a href="/index.php/clearance?device=iphone" class="active">Clearance</a></li>

What I want to see is:
<li class="arrow">
<a href="/index.php/clearance?device=iphone" class="redbg">Clearance</a></li>

<li class="arrow">
<a href="/index.php/clearance?device=iphone" class="active redbg">Clearance</a></li>

Any idea how I can do this?

Thanks
Steve
  • Page:
  • 1
Time to create page: 0.06 seconds

By continuing to use this site you consent to the use of cookies on your device as described in our cookie policy unless you have disabled them. This site will not function correctly without cookies.

I accept cookies from this site.