Theme Log2.3 (button and chevron).

Post Reply
antec74
Ssr. Bludit
Posts: 10
Joined: Wed Feb 09, 2022 6:34 pm

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 !
User avatar
Edi
Site Admin
Posts: 3121
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 54 times
Been thanked: 77 times
Contact:

Sorry, I cannot reproduce your problem. Can you please give the URL of your installation.
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
antec74
Ssr. Bludit
Posts: 10
Joined: Wed Feb 09, 2022 6:34 pm

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.
User avatar
Edi
Site Admin
Posts: 3121
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 54 times
Been thanked: 77 times
Contact:

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.
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
antec74
Ssr. Bludit
Posts: 10
Joined: Wed Feb 09, 2022 6:34 pm

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.
antec74
Ssr. Bludit
Posts: 10
Joined: Wed Feb 09, 2022 6:34 pm

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.
User avatar
Edi
Site Admin
Posts: 3121
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 54 times
Been thanked: 77 times
Contact:

Yes, you can do it like this (or use the plugin HTML-Code).

I will update the theme. Thank you for reporting the problem!
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
Post Reply