cycle prev, cycle next formatting
-
Richard,
I’ve tried a variety of different methods to format the “<<Prev” and “Next>>” links with no success. I’ve added the following to the Easy Testimonial Custom CSS panel (as well as my own child theme style.css file) without success. I can either format the links and lose functionality or leave them as-is where they currently don’t line up, they are gray and the cursor doesn’t change to a pointer when hovering.
/*
.cycle-prev,
.cycle-next {
cursor: pointer;
display: block;
color: #041d37;
font-weight: bold;
float: left;
}
.cycle-prev:hover,
.cycle-next:hover {
color: #738ca6;
}
.easy-t-cycle-pager {
display: none;
}.cycle-next {
float: right;
}All themes and plug-ins are current. The site is: http://dev.aspencarehome.com/home/testimonials/
Please advise how I can format the Prev-Next links without losing functionality.
Thank you,
Matthew Cummings
The topic ‘cycle prev, cycle next formatting’ is closed to new replies.