Article Navigation Without The Title Of The Article - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Article Navigation Without The Title Of The Article

MJ

Michal Jablosnki

Template 2 years ago

Hi In Helix template I hvave set: Articles>Navigation - show, which results in that after each article I have navigation to the previous and next article. The problem is that the article titles are used here, can I change it so that only the 'previous' and 'next' ones are shown?

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

I think I know...

it was done for accessibility, and somebody forget to update styles. I talk about that: https://getbootstrap.com/docs/5.0/helpers/visually-hidden/


Solution, add that custom CSS:

.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0,0,0,0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #111891

Czesc Michał,

I will check on my site and let you know soon. Give me a few minutes.

0
MJ
Michal Jablosnki
Accepted Answer
2 years ago #111892

Cześć Co u Ciebie? :-) Twoje książki są super aktualne teraz...

Dziękie za pomoc

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #111895

Can you share subpage URL where you have it?

0
MJ
Michal Jablosnki
Accepted Answer
2 years ago #111909

yes

0
MJ
Michal Jablosnki
Accepted Answer
2 years ago #111997

Great! Thank you for your help.

0