We're merging with GenerateBlocks! Learn more here.

Support Forum

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support Load More translate and styling Reply To: Load More translate and styling

#9558
Rolandas
Participant

Hi

With translation “Load More” everything is OK.

But with styling NOT.
Look: https://www.sisla.lt/testas-4/ or https://www.sisla.lt/

NO have effect on “Load More” button (now is translated to “Daugiau įrašų”)
! After visiting background-color: black, text-color: White.

a.wp-show-posts-read-more, 
a.wp-show-posts-read-more:visited {
    border: 1px solid #222;
    background-color: #fff;
    color: #222;
}

THIS have effect on “Load More” button (now is translated to “Daugiau įrašų”)

a.wp-show-posts-read-more:hover {
    border: 1px solid #222;
    background-color: #b72e09;
    color: #fff;
}