Forum Replies Created
-
AuthorPosts
-
jack3Participant
Sounds good, Cici – thank you. Let’s get back in touch when your developer returns.
The Troubleshooting, test AJAX returned the {success… response, so that’s some good news.
I’ll play around with the CSS to pinpoint where the problem is specifically and post here if I find a solution.
jack3ParticipantHi!
The current results layout I’m using is Metropolis (I think). I’m also using CSHero, which modifies the on-page CSS through a WordPress Plugin.
There is also some CSS changes made through the SLP plugin. That code is below:
.location_name{
font-style: bold!important;
}
.slp_results_container .results_wrapper {
margin: .5em 0;
padding: 2%!important;
border: none!important;
box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.12);
border-radius: 0px !important;
}
.slp_results_container .results_wrapper:hover {
margin: .5em 0;
padding: 2%!important;
border: none!important;
border-color: rgb(255, 192, 53)!important;
border-radius: 0px !important;
background: rgba(0,0,0,0.02)!important;
}
a, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .x-breadcrumb-wrap a:hover, .widget ul li a:hover, .widget ol li a:hover, .widget.widget_text ul li a, .widget.widget_text ol li a, .widget_nav_menu .current-menu-item > a, .x-accordion-heading .x-accordion-toggle:hover, .x-comment-author a:hover, .x-comment-time:hover, .x-recent-posts a:hover .h-recent-posts {
color: rgb(64, 141, 209)!important;
}
a:hover, .widget.widget_text ul li a:hover, .widget.widget_text ol li a:hover, .x-twitter-widget ul li a:hover {
color: rgb(0, 44, 76)!important;
}
Thank you!
Best,
Jack
-
AuthorPosts