Download all Joomla templates including quickstart (demo)only $24.99

Forum

Important - Hands Up!

- Please ask using the account with which you made the purchase or download of our products and in its respective category.
- If you bought our products in another market, ask your questions in that market, not here.

* ADD PRODUCT NAME IN START OF SUBJET

Barbon - Menu Text Transform Uppercase

  • S
  • spike Premium Member
  • Topic Author 2 years 3 weeks ago #1
How can I change Text in Menu to uppercase. Don´t found anything in Helix. template.css is too confusing

Please Log in or Create an account to join the conversation.

  • L
  • leoalv Moderator
  • 2 years 3 weeks ago #2
Do not make changes to existing style (CSS) files for all your customizations create a custom.css file, inside this file you must put all the customization CSS code, in some cases you must put the !important sentence so that it overwrites the existing ones . then you have to upload that file in /templates/ut_barbon/css/custom.css

For this case the css code will be the following.
Code:
.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span{text-transform: uppercase;}
To identify which class to modify you use the element inspector of your browser.

Regards
The following user(s) said Thank You: spike

Please Log in or Create an account to join the conversation.