• Resolved edengreig

    (@edengreig)


    How can I change the colour of the background of the text box that overlays the images on the search page?

Viewing 1 replies (of 1 total)
  • Plugin Author agentevolution

    (@agentevolution)

    The classes may change depending on where it is displayed (search/archive pages vs single listings vs widgets) and also based on the property status, but here is the base CSS. Modify this to your needs:

    .archive .listing-wrap span.listing-status,
    .wp-listings-shortcode .listing-wrap span.listing-status {
    	color: #fff;
    	background: #53c331;
    	background: rgba(83, 195, 49, 0.80);
    	font-weight: 700;
    	text-align: center;
    	text-transform: uppercase;
    	box-shadow: 0px 4px 1px rgba(0, 0, 0, 0.2);
    }
Viewing 1 replies (of 1 total)

The topic ‘Search page color changes’ is closed to new replies.