*

bemtele

  • ***
  • 97 posts
No saftey Tip on veronika theme
« on: January 08, 2022, 02:55:13 PM »
Why is the Veronika theme doesn't have the option to allow safety tips as seen on the other themes? Eg. Gamma theme. or is there a way to enable or add it that am not aware of?
I have attached a screenshot of this.

Marked as best answer by frosticek on January 08, 2022, 07:33:06 PM
*

MB Themes

Re: No saftey Tip on veronika theme
« Reply #1 on: January 08, 2022, 03:02:37 PM »
@bemtele
Reason is that it is just text that theme may or may not have.
You can add it to your item.php on whatever place.

HTML:
Code: [Select]
<div class="safe-block">
        <strong>Always stay safe!</strong>
        <span class="txt">Never pay down a deposit in a bank account until you have met the seller, seen signed a purchase agreement. NO serious private advertisers ask for a down payment before you meet. Receiving an email with an in-scanned ID does not mean that you have identified the sender. You do this on the spot, when you sign a purchase agreement.</span>
      </div>

CSS:
Code: [Select]
.safe-block {float:left;clear:both;width:100%;padding:20px 20px 24px 20px;font-size:15px;background:#f0f5fb;border-radius:6px;margin:0 0 20px 0;line-height:26px;position:relative;}
.safe-block strong {float:left;clear:both;width:100%;margin:0 0 3px 0;font-size:17px;}
.safe-block .txt {float:left;width:100%;padding-right:50px;}
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

bemtele

  • ***
  • 97 posts
Re: No saftey Tip on veronika theme
« Reply #2 on: January 08, 2022, 07:08:46 PM »
Thank you