-
AuthorPosts
-
Saguaros Moderator
Saguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
December 7, 2017 at 6:39 am #1079563Hi,
There is not setting for that but you can easily achieve that by using the text-transform property in CSS: https://www.w3schools.com/cssref/pr_text_text-transform.asp
Regards
December 7, 2017 at 8:36 am #1079606Hi, Thank you for reply.
Where is the code to change it for Sidebar?
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
December 7, 2017 at 9:38 am #1079632Kindly share the url of page where you have menu in Sidebar.
December 7, 2017 at 9:52 am #1079635This reply has been marked as private.Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
December 7, 2017 at 1:28 pm #1079704Hi,
I add a class suffix for the sidebar menu module called menuSidebar and add this CSS rule:
.t3-off-canvas .t3-off-canvas-body .menuSidebar a { text-transform: uppercase !important; }
into the ‘custom.css’ file on your site.
It’s showing in uppercase all now.
Kindly check.
December 7, 2017 at 3:10 pm #1079715This reply has been marked as private.Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
December 8, 2017 at 3:49 am #1079835I updated the file: /plugins/system/t3/base-bs3/html/mod_menu/default.php
add addition class:
<ul class="nav menu<?php echo $class_sfx; ?> nav-pills nav-stacked"<?php echo $id; ?>>
Kindly check and let me know if it’s fine now.
December 8, 2017 at 4:08 am #1079840Hi,
Everything is looks great! Thank you so much for your help.
-
AuthorPosts
This topic contains 9 replies, has 2 voices, and was last updated by Saguaros 6 years, 11 months ago.
The topic ‘SIDEBAR Main Menu Items’ is closed to new replies.