How to change the caption size of the dropdown in navigation topbar

0
Could you please assist me in adjusting the font size of my web application's navigation dropdown captions? I'd like to set the font size to 14px. If possible, could you provide guidance on how to achieve this? Here's a screenshot of my current setup for reference: Screenshot Reference:  
asked
2 answers
2

Hi Abhishek,

Just copy this code in Styling Folder ->Web-> main.scss

 

.layout-atlas-responsive-default .region-sidebar .mx-scrollcontainer-wrapper > .mx-navigationtree .navbar-inner > ul > li > a {

font-size: xx-large !important;

}

 

 

image.png

answered
0

Maybe creating a class for that dropdown and then setting its font-size using css

answered