Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author agentevolution

    (@agentevolution)

    You have a whole block of AgentPress Listings CSS in your theme’s style.css. This in particular is affecting the positioning of the price:

    .listing-price {
    	background-color: #fff;
    	border-bottom: 1px solid #e5e5e5;
    	display: inline-block;
    	font-family: 'Lato', sans-serif;
    	font-size: 24px;
    	margin: -30px auto 12px;
    	padding: 12px 32px;
    }

    I recommend removing all the AgentPress CSS as it could conflict with more than just that. You also should really remove those credentials at the top of the stylesheet.

    Thread Starter btvbill

    (@btvbill)

    Thank you so much. I hired someone to work with that file for me. Didn’t realize he added those credentials…yikes!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Featured Listings price overlays over caption’ is closed to new replies.