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 months 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 months 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.
To identify which class to modify you use the element inspector of your browser.
Regards
For this case the css code will be the following.
Code:
.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span{text-transform: uppercase;}
Regards
The following user(s) said Thank You: spike
Please Log in or Create an account to join the conversation.
We use cookies to ensure that we give you the best experience on our website. Please read our Privacy Policy