Shape 5

Joomla Templates => Business Pro - Club => : zackari67 December 24, 2013, 03:51:48 PM



: arrow on the menu
: zackari67 December 24, 2013, 03:51:48 PM
How do I delete the arrow on the menu?
or move it so it will be rtl redy?
now it is Layer below the title menu


: Re: arrow on the menu
: mikek December 26, 2013, 08:56:53 AM
Hello,

Adding the following to custom.css should remove it:

.mainParentBtn a {
background:none;
}

#s5_nav li.mainParentBtn .s5_level1_span2 a {
padding-right:0px;
padding-left:0px;
}


: Re: arrow on the menu
: zackari67 January 05, 2014, 02:47:53 AM
were do i put this code?


: Re: arrow on the menu
: mikenicoll January 06, 2014, 06:42:58 PM
Hello,

In the css > custom.css file on the server.

-Mike


: Re: arrow on the menu
: zackari67 January 07, 2014, 12:17:11 AM
i did it
but it is not working/

can you give me another way to solve this?


: Re: arrow on the menu
: mikenicoll January 07, 2014, 06:15:27 PM
Hello,

Please post a URL with this coding active on the site.

-Mike


: Re: arrow on the menu
: zackari67 January 08, 2014, 05:08:18 AM
tomaiari.com/seagalbpe


: Re: arrow on the menu
: mikenicoll January 09, 2014, 06:33:34 PM
Hello,

I took a look at your site but I am not seeing the arrow on your menu anymore. Have you already made the changes?

-Mike


: Re: arrow on the menu
: zackari67 January 10, 2014, 07:58:37 AM
http://clip2net.com/s/6yOzHH
http://clip2net.com/s/6yOzHH (http://clip2net.com/s/6yOzHH)

look at it?
last font rtl


: Re: arrow on the menu
: mikenicoll January 10, 2014, 02:24:37 PM
Hello,

Add this to the Template_RTL.css file.

#s5_nav li.mainParentBtn .s5_level1_span2 a {
     padding-left: 18px ! important;
     padding-right: 0px ! important;
}

.mainParentBtn a {
     background-position: left center ! important;
}


-Mike