Advertisement:

Author Topic: help me, how to put a color in the premium listings  (Read 318 times)

rainilson

  • Newbie
  • *
  • Posts: 37
help me, how to put a color in the premium listings
« on: January 11, 2019, 05:02:22 am »
help me, how to put a color in the premium listings

I have this code, and I want a color of agreement, with the pluguim de pamento, where we can choose the color of premium ads.

Can someone help me please ?

archive: search_list.php

Code: [Select]
<?php while(osc_has_premiums()) { ?>
<div id="tr" class="premium_<?php echo $class?>">
<div class="icon_premium"></div>

Resta

  • Sr. Member
  • ****
  • Posts: 345
Re: help me, how to put a color in the premium listings
« Reply #1 on: January 11, 2019, 11:10:20 am »
Try this - it is a lazy solution below (otherwise, you have to edit the css file)

<div id="tr" class="premium_<?php echo $class; ?>" style="color:#333333;">