Please can someone tell me how to change the colour and size of the box that shows behind the text on the horizontal menu items? At the moment it is showing as a bright blue, see pic, and I'd like to change that but also increase the padding for each so that it isn't tight against the text.
And is it possible to put a horizontal bar across the whole thing as well, as another option? Please can someone advise? Thank you.
- pearlyjones
-
- Commercial Templates
- Thursday, 20 February 2014
- Subscribe via email
It seemed to be the default setting so I removed it. Thanks again for your help, it has been driving me mad!
- more than a month ago
- Commercial Templates
- # 1
Hello
Your 'Menu Class Suffix' for your top menu appears to be set to 'nav-pill' which will causes bootstrap to add the background. Leaving the class suffix blank should resolve the issue.
You can also remove it by adding the following to the Custom CSS field of your templates parameters...
Ciarán
Your 'Menu Class Suffix' for your top menu appears to be set to 'nav-pill' which will causes bootstrap to add the background. Leaving the class suffix blank should resolve the issue.
You can also remove it by adding the following to the Custom CSS field of your templates parameters...
.nav-pills > .active > a, .nav-pills > .active > a:hover {
background: none ;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 2
I've worked out the drop down bit is not connected, but I'm still stuck with the blue box. Is there a way of making the horizontal menu background transparent to get rid of it?
- more than a month ago
- Commercial Templates
- # 3
Hi Ciarán,
I've tried the suggestions but I'm still left with this bright blue box stuck firmly to whichever menu button the page you are on is linked to. So if I am on the HP, it is highlighting the HP button, and if I'm on the Services, it is highlighting Services. I want to remove it totally.
Also, I am trying to get each menu button to display the drop down menu and at the moment only the page you are on has a working drop down menu. Am not sure the two problems are linked?
I put the moomenu into the menu module parameter. How do I get it to work on each menu button, on the same page, as in the template demo?
Please can you advise?
I've tried the suggestions but I'm still left with this bright blue box stuck firmly to whichever menu button the page you are on is linked to. So if I am on the HP, it is highlighting the HP button, and if I'm on the Services, it is highlighting Services. I want to remove it totally.
Also, I am trying to get each menu button to display the drop down menu and at the moment only the page you are on has a working drop down menu. Am not sure the two problems are linked?
I put the moomenu into the menu module parameter. How do I get it to work on each menu button, on the same page, as in the template demo?
Please can you advise?
- more than a month ago
- Commercial Templates
- # 4
To place background to the entire menu try using something like the following..
Ciarán
#hornav ul {
background: #0088CC;
border-radius: 5px;
padding: 4px 10px;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 5
Thank you
To add some padding to your menu item you can add the following to the Custom CSS field of your templates parameters..
Ciarán
To add some padding to your menu item you can add the following to the Custom CSS field of your templates parameters..
#hornav ul a, #hornav .separator {
padding: 4px 10px;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 6
Morning Ciarán,
I'm working on a temp version of the site but hopefully this URL will work. [img]http://173.254.28.84/~optimump/[/img]
It doesn't appear to be in the template options and am not sure where else to look?
I'm working on a temp version of the site but hopefully this URL will work. [img]http://173.254.28.84/~optimump/[/img]
It doesn't appear to be in the template options and am not sure where else to look?
- more than a month ago
- Commercial Templates
- # 7
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »