Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Page & Category Menu Bars »

How do I remove the grey border from the dropdown box in a menu?


  #1  
Old Sep 29, 2010, 06:31 AM
jambo01
 
16 posts · Sep 2010
As you can see from this pic, when the menu drops down there is a grey border too. I cannot see how to get rid of this, even when looking in the css inserts. I do admit that a lot of this is new to me, so sorry if I am missing something simple.



I did manage to get rid of the grey border over the banner by editing the css inserts.
  #2  
Old Sep 29, 2010, 07:29 AM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
In ATO>Add HTML/CSS Inserts>CSS Inserts you will see something like the following.
HTML Code:
/* Menu Bars */

div#menu1 ul.rMenu-ver {
-moz-border-radius:5px;
-khtml-border-radius: 50px;
-webkit-border-radius:5px;
border-radius: 5px;
padding: 5px;
/* the background color of sub-UL's must be set here */
background: #ccc;
box-shadow: 0 3px 10px #6663;
-moz-box-shadow: 0 10px 5px #666;
}
To get rid of the background change the background to transparent and eliminate the shadow as in the following.

HTML Code:
/* Menu Bars */

div#menu1 ul.rMenu-ver {
-moz-border-radius:5px;
-khtml-border-radius: 50px;
-webkit-border-radius:5px;
border-radius: 5px;
padding: 5px;
/* the background color of sub-UL's must be set here */
background: transparent;
}
This is the kind of stuff where having a better knowledge of CSS is helpful as there isn't just a button to click. Many of the style setting are in ATO>Add HTML/CSS Inserts>CSS Inserts or are CSS in other settings boxes in the theme options.
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #3  
Old Sep 29, 2010, 07:41 AM
jambo01
 
16 posts · Sep 2010
Thanks for the quick reply, I did figure these were the two options that had to be changed, I tried setting it to the same colour as the menu itself but it didn't appear to make any difference so that kind of threw me.

Thanks again, will donate asap.
  #4  
Old Sep 29, 2010, 07:48 AM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
Setting the background to another color should have given you a "border" that color. In this case the background is the border. You could also add a border definition. As you can see the sky's the limit.
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] how to remove grey and black bar from header? akg Header configuration & styling 1 Sep 20, 2010 02:07 AM
[SOLVED] How To Remove the grey lines from the middle container? bjaes2 Center area post/pages 5 Sep 16, 2010 07:15 PM
Grey border around tables johnd28 Sidebars & Widgets 3 Dec 12, 2009 02:22 PM
[SOLVED] Trying to remove a border in the heading/menu anneks Header configuration & styling 2 Oct 16, 2009 12:24 PM
Insert a dropdown box form between Page menu and Header image(banner) joaodagraca Header configuration & styling 0 Jul 27, 2009 11:10 AM


All times are GMT -6. The time now is 11:53 PM.


Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.