Comments 4ISOLE-GRECHE started the conversationMarch 1, 2022 at 9:18pm1) Post Categories Background Color is OK, but. Post Categories Hover Background Color doesn't work. I change it but accent color remains (1)2) How to have Post Title changing color if hover?3) How to change bg and hoverg bg of index page numbers?4) How to have post description text justify? 2,580PenciDesign repliedMarch 2, 2022 at 3:27amHi,1. Please enable this feature on your site,2. Please go to Appearance → Customize → Additional CSS then add the following custom CSS code: .penci-archive__list_posts .penci-post-item .entry-title a:hover { color: #000;}Change #000 with the hover color,3. Please modify this CSS & change this color: .penci-pagination:not(.penci-ajax-more) span.current { border-color: #07f; background-color: #07f; color: #fff;} .penci-pagination:not(.penci-ajax-more) a:hover { border-color: #07f; background-color: #07f; color: #fff;} .penci-pagination:not(.penci-ajax-more) a { border-color: #ececec; color: #111; background-color: #fff;} 4. Add this CSS code to your site: .penci-archive .penci-archive__content .entry-content { text-align: justify;}Regards,PenciDesign. 4ISOLE-GRECHE repliedMarch 2, 2022 at 3:45am1. Where can I enable it?2. OK!3. OK, but I can't understand what is the third one for:.penci-pagination:not(.penci-ajax-more) a { border-color: #ececec; color: #111; background-color: #fff;}4. OK! 2,580PenciDesign repliedMarch 2, 2022 at 7:36amHi,1. Please send me a category page containing this element,3. This is a pagination link element.Regards,PenciDesign. Sign in to reply ...
1) Post Categories Background Color is OK, but. Post Categories Hover Background Color doesn't work. I change it but accent color remains (1)
2) How to have Post Title changing color if hover?
3) How to change bg and hoverg bg of index page numbers?
4) How to have post description text justify?
Hi,
1. Please enable this feature on your site,
2. Please go to Appearance → Customize → Additional CSS then add the following custom CSS code:
Change #000 with the hover color,
3. Please modify this CSS & change this color:
4. Add this CSS code to your site:
Regards,
PenciDesign.
1. Where can I enable it?
2. OK!
3. OK, but I can't understand what is the third one for:
.penci-pagination:not(.penci-ajax-more) a {
border-color: #ececec;
color: #111;
background-color: #fff;
}
4. OK!
Hi,
1. Please send me a category page containing this element,
3. This is a pagination link element.
Regards,
PenciDesign.