[solved] AD in Timeline - to get rid of the price field

I wonder how to get rid of the pricefield in the Timeline

I use the ADs module without prices & year, so I deactivated all fields and snippet meta info etc.etc. - works great. 

Only the Timeline makes problems. Where to deactivate the price in timeline? Is this hardcoded?

My Setup: UNA12 cloud4 hosted by una, all modules up to date

image_transcoder.php?o=bx_froala_image&h=5034&dpx=2&t=1619718283

  • 676
  • More
Replies (3)
    • Hello Peter !

      Just hide it with the following CSS code in the Custom Styles area of your template:

      .bx-ads-cl-item price {

      display: none;

      }

      • Thank You Leonid. The custom css did not work for me.

        But what I did: In Polyglot I deleted the TEXT of the KEY _bx_ads_txt_free. So nothing is shown. So simple, I should have had a look to polyglot first, before opening this thread.

        Have a nice weekend :)

        • Hi, LeonidS

          I am using the Ocean Template.  I couldn't find the code

          .bx-ads-cl-item price {

          display: none;

          }

          Where is this code located?

          Login or Join to comment.