Home Forums Basel support forum "Load More" button Reply To: "Load More" button

#200074

Medapi
Participant

Thank U! Very much!

Now the CSS works 🙂

and another question, the Button on the Blog Page is after the first klick “Black” how to handle with it? (see video https://d.pr/v/uJNdU8 )

.products-footer .basel-products-load-more:after,
.products-footer .basel-products-load-more:focus:after,
.blog-footer .basel-blog-load-more:after,
.blog-footer .basel-blog-load-more:focus:after {
  border-color: #c19a5c;
}
body .products-footer .basel-products-load-more,
			.blog-footer .basel-blog-load-more{
    border-color: black;
    border-width: 2px;
    font-weight: 600;
    background-color: transparent;
    color: #c19a5c;
}

body .products-footer .basel-products-load-more:hover,
		 .blog-footer .basel-blog-load-more:hover{
    border-color: black;
    border-width: 2px;
    font-weight: 600;
    background-color: #c19a5c;
    color: white;
}

.products-footer .basel-products-load-more:hover:after,
.blog-footer .basel-blog-load-more:hover:after{
  border-color: white;
}

i modified the code for my design.