*

padpall

  • **
  • 7 posts
Premium listing icon change
« on: March 03, 2016, 08:22:03 PM »
Hello, I want to change the green icon (diagonal strip) on the front page premium ads to something else that is not so obvious, how do i go about doing this?

Secondly I would like to highlight the listings in the premium listing in the premium page for premiums ads. How do i go about this?

Thanks in advance

*

MB Themes

Re: Premium listing icon change
« Reply #1 on: March 03, 2016, 08:59:28 PM »
@padpall
Styles related to green stripe:
.white .new {}
.white .new span.top {}

CSS file:
oc-content/themes/zara/css/style.css

To identify premium listing use osclass function:
Code: [Select]
<?php if(osc_item_is_premium()) { ?> <?php ?>
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

padpall

  • **
  • 7 posts
Re: Premium listing icon change
« Reply #2 on: March 04, 2016, 09:37:20 AM »
I am not really a coder,

Can you be mores specific with the response, what part here changes to remove and replace the green strip with my own design

*

MB Themes

Re: Premium listing icon change
« Reply #3 on: March 04, 2016, 10:06:47 AM »
@padpall
We provide support, not custom development.
If you are do not know how to change something, do not change it. Otherwise you may create bug in theme.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots