Blog Pagination And Submenu Arrows Missing - Question | JoomShaper

Blog Pagination And Submenu Arrows Missing

C

copycat

Template 1 month ago

Please have a look at my website https://sunja.bitcentar.hr/index.php/ustrojstvo/blog-with-left-sidebar There are no pagination arrows at the bottom. Also see Menu "Ustrojstvo", there is no arrow next to the third item "Općinsko vijeće". I tried everything I found on the forum on this topic. Nothing helped.

0
1 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 month ago #162831

Hi.

About missing icons in submenu, you could try tip from Helix documenation. In your case add also that lines:

.sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child > a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;}

About Bottom Arrows use

[class^="icon-"]::before, [class*=" icon-"]::before {
  font-family: "Font Awesome 5 Free"; }

Helix Troubleshooting Guide is very useful in many cases: https://www.joomshaper.com/documentation/helix-framework/troubleshooting-faq#megamenu-without-arrow-icons-for-submenu-items

0