add the following css:gjhvs wrote: Sat Dec 17, 2022 10:09 am Another question @Badhon_raj!
When I move my mouse above a menu item the background colour of that item is changing to a darker blue color. I do not want that effect.
Is that possible?
Kind regards and again many thanks for this excellent extension!
GertJan
Code: Select all
.bootstrap .navbar.yamm .nav > li > a:hover,
.bootstrap .navbar.yamm .nav > li > a:focus{background:none;}
the following CSS should do that.thecaretaker1 wrote: Thu Jan 05, 2023 1:38 am Can anyone help me to add a <HR> 1px line at the bottom of the bar (see image) using the custom.css?
HR.png
Code: Select all
.navbar.yamm {border-bottom: 1px solid #000000;}
it'll require editing the template files.gjhvs wrote: Mon Dec 19, 2022 8:42 am Wow... again working! Thanks so much!
And now (really!!!) the last question and de menubar will be the same as on my main site: https://www.madonna.nl/
As you can see on the right in the menu bar there are some social media icons.
Is it possible to add them? I know HTML and a bit of PHP so if you show where to edit and which file I will be happy!
Thank you. I'll have to try it later. My hosted CPanel server is currently down for maintenance grrrh!.Badhon_raj wrote: Thu Jan 05, 2023 2:46 pmthe following CSS should do that.thecaretaker1 wrote: Thu Jan 05, 2023 1:38 am Can anyone help me to add a <HR> 1px line at the bottom of the bar (see image) using the custom.css?
HR.pngCode: Select all
.navbar.yamm {border-bottom: 1px solid #000000;}
Do you know which file that is? Hope I can fix it myselfBadhon_raj wrote: Thu Jan 05, 2023 2:46 pmit'll require editing the template files.gjhvs wrote: Mon Dec 19, 2022 8:42 am Wow... again working! Thanks so much!
And now (really!!!) the last question and de menubar will be the same as on my main site: https://www.madonna.nl/
As you can see on the right in the menu bar there are some social media icons.
Is it possible to add them? I know HTML and a bit of PHP so if you show where to edit and which file I will be happy!
This file:
Code: Select all
.bootstrap .navbar > .container:after {width:58px;}
you can try this:gjhvs wrote: Mon Jan 09, 2023 12:50 pm Hi Badhon_raj,
Got a little problem on tablet/ipad with the menu:
I have a lot of items and now it shows 2 rows...
is it possible to also show this (hamburg)icon menu on ipad/tablet?
A link to your board would most probably help.
you can add the custom CSSThunder86 wrote: Fri Apr 07, 2023 10:23 am Hey! At first this extension is still nice!
Is there any chance to increase the size of the Logo ?
Code: Select all
.navbar-brand{font-size: 25px;}
It works fine on my test forum with pages extension.Thunder86 wrote: Tue Apr 11, 2023 7:32 am Hello,
unfortunately the logo disappears from every non-standard site like the Portal Mainpage or Pages which I create with the Page Extension.
Do you have any idea how to prevent this?
I also got an Error Message when removing the logo complete.