Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • Saguaros Moderator
    #1079563

    Hi,

    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

    litesvcs Friend
    #1079606

    Hi, Thank you for reply.

    Where is the code to change it for Sidebar?

    Saguaros Moderator
    #1079632

    Kindly share the url of page where you have menu in Sidebar.

    litesvcs Friend
    #1079635
    This reply has been marked as private.
    Saguaros Moderator
    #1079704

    Hi,

    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.

    litesvcs Friend
    #1079715
    This reply has been marked as private.
    Saguaros Moderator
    #1079835

    I 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.

    litesvcs Friend
    #1079840

    Hi,

    Everything is looks great! Thank you so much for your help.

    Saguaros Moderator
    #1079842

    Glad to hear that it’s ok now.

    Have a nice weekend!!!

Viewing 9 posts - 1 through 9 (of 9 total)

This topic contains 9 replies, has 2 voices, and was last updated by  Saguaros 6 years, 4 months ago.

The topic ‘SIDEBAR Main Menu Items’ is closed to new replies.