Revibe Template - Font Awesome Problem Submenu - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Revibe Template - Font Awesome Problem Submenu

M

Martin

Template 2 years ago

Hi Joomshaper Team,

can you help me showing the font awesome arrow in the submenu? Didn't find the solution yet.

https://ibb.co/1zbyBmh


.sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child > a:after { font-family: "Font Awesome 5 Free"; content: " \f105"; float: right; }

dont work


.sp-megamenu-parent > li.sp-has-child > a:after { font-family: "Font Awesome 5 Free"; content: " \f107"; }

works

Thank you

0
2 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #129790

Hi Martin,

easy to solve it in seconds. It was mess made by FA developer :( and we're still "paying" for it.

In Template Options > Custom Code > Custom CSS add

.sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child > a::after {
  font-weight: bold; }
0
M
Martin
Accepted Answer
2 years ago #129954

Hi Frank, thank you. You made my day. I've spend hours to find a solution. I would never have thought of that...

Have a nice day!

0