Page 1 of 1

Theme Log2.3 (button and chevron).

Posted: Thu Mar 17, 2022 10:45 am
by antec74
Bonjour
Question on the theme log 2.3 by Diego.(Bludit 3.13.1).
When changing page, the right chevron in the button "Next" stay in grey when selected.
It must be D71570 color as the left chevron in the "Previous" button.
I try to find and modify this in main.css but unfortunately , i can't find how to do.
I upload the theme from HTML5 UP to see the difference and try again to understand and modify.
No more success ! I'm not capable enough in CSS language !
I get around by modifying the langage fr_FR.json ("suivant >>" instead of "page suivante").
and by commenting lines "ul.actions.pagination .next:after
{/* content: '\f054';*/"
in main.css (also for ul.actions.pagination.previous:before).
Of course, it works !
But that does not satisfy me :)

Thank you in advance for an answer or a solution (on wasted time), it would be very appreciate !

Re: Theme Log2.3 (button and chevron).

Posted: Thu Mar 17, 2022 7:33 pm
by Edi
Sorry, I cannot reproduce your problem. Can you please give the URL of your installation.

Re: Theme Log2.3 (button and chevron).

Posted: Fri Mar 18, 2022 12:44 pm
by antec74
Bonjour

Here's the site https://antec74.alwaysdata.net/

I have suppressed my modifications.
Just select a "rubrique" (category) and change post with button next or previous in the bottom.
The chevron to the right stay in grey when hover and selected !

I try with Chromium or Firefox on a linux Arch and on Ipad.

Thanks for your attention.

Re: Theme Log2.3 (button and chevron).

Posted: Fri Mar 18, 2022 4:42 pm
by Edi
I see the bug (there is a problem with the CSS defintion of hovering ::after).

Have you found the original theme of HTML5 UP? I think it's no longer available.

Re: Theme Log2.3 (button and chevron).

Posted: Fri Mar 18, 2022 7:03 pm
by antec74
Bonsoir
I've found the theme "Future imperfect" which is base of Log in https://html5up.net/.(and it works !)
Could you give me the way to correct the bug ?
Thanks a lot for your attention and your involvement.

Re: Theme Log2.3 (button and chevron).

Posted: Fri Mar 18, 2022 7:19 pm
by antec74
Bonsoir
Got it !
Following your indication, I add
a:hover:after{
color: #D71570 !important;
}
in main.css (li 1497-1499)
and it works !!
Vielen Dank.

Re: Theme Log2.3 (button and chevron).

Posted: Fri Mar 18, 2022 8:30 pm
by Edi
Yes, you can do it like this (or use the plugin HTML-Code).

I will update the theme. Thank you for reporting the problem!