Yes, it should work.
Yes, it should work.
Code: Select all
.bootstrap .navbar-default .navbar-nav > li:hover > a {
background-image: -webkit-linear-gradient(top, #dbdbdb 0, #e2e2e2 100%);
background-image: -o-linear-gradient(top, #dbdbdb 0, #e2e2e2 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #dbdbdb), to(#e2e2e2));
background-image: linear-gradient(to bottom, #dbdbdb 0, #e2e2e2 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}
.navbar.yamm.navbar-fixed-top {
position: static;
}
body#phpbb {
padding-top: 0;
}
Not sure what you are doing wrong.ivailo95 wrote: Sun Dec 06, 2020 10:45 am hm
seems code in previus message doesn't work
https://rocknmetalbulgaria.eu/index.php
I edit my files as before,but suspect that don't see button for
fix and static
2nd link should download a zip file.ivailo95 wrote: Wed Dec 09, 2020 9:09 pm um idk just come to my forum and try it
https://rocknmetalbulgaria.eu/index.php
btw second link you gave show it a blank
There are other extension available for that purpose.
That's your site title. I don't think there is any option in control panel to hide that.aknctn wrote: Thu Jun 03, 2021 7:37 pm Realy good ext thank you very much.
How can i delete this? I looked for but I couldn't find.
Ekran görüntüsü 2021-06-03 223609.jpg
I didn't create it. It isn't menu.
Yes site title. When i hide it, title doesn't show on mail and etc. So just, I want to hide it on menu bar. How can i make with css? Can you tell me about this? If you know.Badhon_raj wrote: Thu Jun 03, 2021 7:40 pmThat's your site title. I don't think there is any option in control panel to hide that.aknctn wrote: Thu Jun 03, 2021 7:37 pm Realy good ext thank you very much.
How can i delete this? I looked for but I couldn't find.
Ekran görüntüsü 2021-06-03 223609.jpg
I didn't create it. It isn't menu.
You can use a logo instead of that though.
If you want to hide that, then you will have to use css.
go to acp > extension > custom css as shown in the screenshotaknctn wrote: Thu Jun 03, 2021 7:47 pm Yes site title. When i hide it, title doesn't show on mail and etc. So just, I want to hide it on menu bar. How can i make with css? Can you tell me about this? If you know.
Code: Select all
a.navbar-brand {
display: none;
}
It is working. Thank you very much Badhon_rajBadhon_raj wrote: Fri Jun 04, 2021 2:51 pmgo to acp > extension > custom css as shown in the screenshotaknctn wrote: Thu Jun 03, 2021 7:47 pm Yes site title. When i hide it, title doesn't show on mail and etc. So just, I want to hide it on menu bar. How can i make with css? Can you tell me about this? If you know.
the enable custom css and enter the following in the text field, then save.vivaldi_6JjmMKfaVm.pngCode: Select all
a.navbar-brand { display: none; }