Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

Changing Font Size On Mega Menu Drop Down

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Hi,
On my mega menu drop down tab for the menu item 'philosophy' I need the single menu items ('Religious Language' and 'Life after Death') to be the same size the as the menu headings (e.g 'Plato and Aristotle', 'Attributes of God' etc.)

At the moment it gives the impressions that the single menu item are a child of the menu item 'Existence of God', but they're not.

See here: www.philosophicalinvestigations.co.uk/newpi/philosophy

Explanation:
  • Peter Baron's Avatar
  • Peter Baron
  • 12 Month basic
  • 112 posts
  • Karma: 0
The administrator has disabled public write access.
megamenu.png
  • Peter Baron's Avatar
  • Peter Baron
  • 12 Month basic
  • 112 posts
  • Karma: 0
The administrator has disabled public write access.
To get those two only you would need to target those links specifically using their item class

To resize globally it would be

.t3-megamenu .mega-dropdown-menu.col-xs-12 a, .t3-megamenu .mega-dropdown-menu.col-xs-12 span {
font-size: 13px;
}
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Doesn't seemed to have worked. The text for 'LIFE AFTER DEATH' and 'RELIGIOUS LANGUAGE' is still small?

Thanks.
  • Peter Baron's Avatar
  • Peter Baron
  • 12 Month basic
  • 112 posts
  • Karma: 0
The administrator has disabled public write access.
It looks ok to me - all the links look the same size
I'll just attach a picture
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
mega-menu-dropdown.jpg
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Ah but I need just 'life after death' and 'religious' language to be the same sizes as the text separators (e.g 'Existence of God')
  • Peter Baron's Avatar
  • Peter Baron
  • 12 Month basic
  • 112 posts
  • Karma: 0
The administrator has disabled public write access.
Right this was a global change

"To resize globally it would be

.t3-megamenu .mega-dropdown-menu.col-xs-12 a, .t3-megamenu .mega-dropdown-menu.col-xs-12 span {
font-size: 13px;
}"

so you need to use and attribute selector for the those two links - so it only targets these links

css-tricks.com/attribute-selectors/

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
and you will also need to remove the style added previously

.t3-megamenu .mega-dropdown-menu.col-xs-12 a, .t3-megamenu .mega-dropdown-menu.col-xs-12 span {
font-size: 13px;
}
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
I have no experience of coding could you possible do the code for me? Thanks a lot.
  • Peter Baron's Avatar
  • Peter Baron
  • 12 Month basic
  • 112 posts
  • Karma: 0
The administrator has disabled public write access.
Can you remove this bit please

.t3-megamenu .mega-dropdown-menu.col-xs-12 a, .t3-megamenu .mega-dropdown-menu.col-xs-12 span {
font-size: 13px;
}
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Done.
  • Peter Baron's Avatar
  • Peter Baron
  • 12 Month basic
  • 112 posts
  • Karma: 0
The administrator has disabled public write access.
#navwrap li[data-id="193"] a, #navwrap li[data-id="192"] a {font-size:13px;}

Try adding this
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Hi Peter,

Just so you are aware the basic membership doesn't provide customisation support - so we are pushing the boundaries with this

The accordion doesn't count as that is a bug

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Ok understood. Thanks for help. What type of support is covered?
  • Peter Baron's Avatar
  • Peter Baron
  • 12 Month basic
  • 112 posts
  • Karma: 0
The administrator has disabled public write access.
Do you mean with the basic membership?
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Yes.
  • Peter Baron's Avatar
  • Peter Baron
  • 12 Month basic
  • 112 posts
  • Karma: 0
The administrator has disabled public write access.
Basic Joomla setup support and template / extension configuration

We will offer some customisation css support but at a basic level - this is really on a case by case basic both in regards to the member and the question/s

We suggest to users to upgrade their memberships to developer level if they need customisation support

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers