@ Arindam, Lionel says that create a new .css and store in static/css folder and add that path in the layout.html file. Add that path after bootstrap.css Even you can directly put a style tag in the layout.html file. Style tag will be inside the end of the head tag. Change the font size according to your necessity You can do this way.
<head> <link rel="stylesheet" href="{{=URL('static','css/bootstrap.min.css')}}"/> <link rel="stylesheet" href="{{=URL('static','css/web2py-bootstrap4.css')}}"/> <link rel="stylesheet" href="{{=URL('static','css/bootstrap-4-navbar.css')}}"/> <link rel="shortcut icon" href="{{=URL('static','images/favicon.ico')}}" type="image/x-icon"> <link rel="apple-touch-icon" href="{{=URL('static','images/favicon.png')}}"> <style > .nav-item > .nav-link{ font-size: 20px; } </style > </head> Thanks SP On Sun, Feb 10, 2019 at 9:46 AM Arindam Dasgupta <nyn.dasgu...@gmail.com> wrote: > Hi Lionel, > Thanks for your reply. But I cannot understand how to do that in this case. > Can you please give me some more details ? > > Thanks a lot. > > > Redards, > Arindam > > On Feb 9, 2019 8:02 PM, "Leonel Câmara" <leonelcam...@gmail.com> wrote: > > The simplest way is to add another css file to your project after > bootstrap and put the styles there. > > -- > Resources: > - http://web2py.com > - http://web2py.com/book (Documentation) > - http://github.com/web2py/web2py (Source code) > - https://code.google.com/p/web2py/issues/list (Report Issues) > --- > You received this message because you are subscribed to the Google Groups > "web2py-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to web2py+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > > > -- > Resources: > - http://web2py.com > - http://web2py.com/book (Documentation) > - http://github.com/web2py/web2py (Source code) > - https://code.google.com/p/web2py/issues/list (Report Issues) > --- > You received this message because you are subscribed to the Google Groups > "web2py-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to web2py+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to web2py+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.