Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Page & Category Menu Bars (http://forum.bytesforall.com/forumdisplay.php?f=10)
-   -   How to Remove Menu Arrows (http://forum.bytesforall.com/showthread.php?t=22609)

billybatz9 Jul 5, 2014 03:30 PM

How to Remove Menu Arrows
 
Hello guys,

Was just wondering if anyone knew how to get rid of the arrows for dropdown menus? And how to remove the spacing. Thanks

juggledad Jul 5, 2014 06:18 PM

Did you search the forum? this has been answered before.

billybatz9 Jul 6, 2014 06:44 AM

Hello Juggledad,

Thank you for the prompt reply. I have searched the forum. Most results show answers from about 2009 - 2011. I have tried adding the CSS inserts that have been suggested, but it doesn't seem to work. I don't know if its because I am using a different version of atahualpa or what.

juggledad Jul 6, 2014 07:52 AM

what css did you try

billybatz9 Jul 6, 2014 11:03 AM

Code:

div#menu1 ul.rMenu-hor li.rMenu-expand a {
        background-image: none;
        }

Code:

div#menu1 ul.rMenu-ver li {
margin: 0px;
padding: 3px;
}

Code:

div#menu1 ul.rMenu li.rMenu-expand a,
div#menu1 ul.rMenu li.rMenu-expand li.rMenu-expand a,
div#menu1 ul.rMenu li.rMenu-expand li.rMenu-expand li.rMenu-expand a,
div#menu1 ul.rMenu li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand a,
div#menu1 ul.rMenu li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand a
    {
    padding-right: 5px;
}

I tried plugging in these codes, but am not getting anywhere. I also read that I should make the arrow image 1 px. Should I do this instead of messing with CSS?

juggledad Jul 6, 2014 02:43 PM

The menu arrows are a background image so you have to tell it not to display with this
HTML Code:

div#menu1 ul.rMenu-hor li.rMenu-expand a {
    background-image: none; }
div#menu1 ul.rMenu li.rMenu-expand a, div#menu1 ul.rMenu li.rMenu-expand li.rMenu-expand a, div#menu1 ul.rMenu li.rMenu-expand li.rMenu-expand li.rMenu-expand a, div#menu1 ul.rMenu li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand a, div#menu1 ul.rMenu li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand a, div#menu1 ul.rMenu li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand a, div#menu1 ul.rMenu li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand a, div#menu1 ul.rMenu li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand a, div#menu1 ul.rMenu li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand a, div#menu1 ul.rMenu li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand a {
    background-image: none; }



All times are GMT -6. The time now is 07:08 AM.

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