Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • timtecsa Friend
    #1061485

    Try the following custom css

    .navbar-default {
        font-weight: 500;
        font-size: 18px;
    }

    Adjust numbers to suit.
    Tim

    • This reply was modified 6 years, 7 months ago by  timtecsa.
    • This reply was modified 6 years, 7 months ago by  timtecsa.
    • This reply was modified 6 years, 7 months ago by  timtecsa.
    Pankaj Sharma Moderator
    #1061534

    Hi
    Use this code in custom.css file to apply the changes

    
    .t3-mainnav .navbar-nav > li {font-weight:500;font-size: 18px;}

    Regards

    litesvcs Friend
    #1061583

    Thank you all ! This can change Menu Item Font size in all themes?. What about the code to changing only the Home Theme Menus which are hard to read due to the orange color?

    Pankaj Sharma Moderator
    #1061587

    Hi
    Use this code below to apply it on the homepage

    
    .home .t3-mainnav .navbar-nav > li {font-weight:500;font-size: 18px;}

    Regards

    litesvcs Friend
    #1061625

    Does not work? Any idea?


    1. Screenshot_5
    Pankaj Sharma Moderator
    #1061681

    Hi
    Kindly add the code and clear browser and Joomla cache.
    i tried the same code and its working fine http://prntscr.com/gkh7au

    Regards

    litesvcs Friend
    #1062089

    Hi,

    It works now but due to bigger Size in rersponsive layout Ipad Pro 1024×1366 the menu is moving down and it is aligned in right position. How to center menu as i show in picture?

    Also when Menu is reaching a certain size to the left position how to make it moved down and be centered as per Screenshot_12.png


    1. Screenshot_11
    2. Screenshot_12
    Pankaj Sharma Moderator
    #1062195

    Hi
    its because the logo size is bigger as compared to its container size.
    You have added this code in custom.css file that created the logo size bigger

    .com_k2 img, .logo-image a img {
    max-width: none!important;
    }

    Remove this code and check.

    PS: Kindly open new thread for each new subject.

    Regards

    litesvcs Friend
    #1062242

    Thank you !

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

This topic contains 9 replies, has 3 voices, and was last updated by  litesvcs 6 years, 7 months ago.

The topic ‘How to make bold the Main Menu Items’ is closed to new replies.