Results 1 to 4 of 4

Threaded View

  1. #1
    Join Date
    Apr 2014
    Location
    Canada
    Posts
    249
    Plugin Contributions
    0

    Default third party site seal style override

    Hi all.

    I've been working on a sidebox to display the security on my site. I've got it down to the fine tuning of the elements in css.

    Problem: I'm using a site seal that employs a javascript to call the element. The id tag is pulling in style elements I don't care for. If I edit the id the seal doesn't work. Since they've applied an !important entry I can't override it in that fashion.

    Here's the code in the tpl_ file:
    Code:
      $content .= '   <!-- Do not alter for the seal to work properly -->
        <div id="sslsSiteSeal">
            seal by <a href="http://ssls.com/">SSLs.com</a>
        </div>';
    The associated <style> pulled in by the third party:
    Code:
    element.style {
    display: inline-block !important;
    text-align: center !important;
    background-color: #FFF !important;
    padding: 0px 22px !important;
    border-radius: 40px !important;
    overflow: hidden !important;
    }
    Ultimately, all I really want to do is either:
    reduce the padding to: padding 0px 12px; & border-radius: 30px;
    or kill padding and radius altogether. Both would render an acceptable look for my site.

    You can view the results in my dev site but since it's an ssl seal it doesn't show the actual seal but the size is the same nonetheless.
    My dev site is dev DOT littlecloset DOT ca
    My live site is: littlecloset DOT ca where you can see the full effect.
    Last edited by plc613; 16 May 2014 at 03:55 PM.

 

 

Similar Threads

  1. Third party templates
    By travellers in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 9 Jan 2009, 03:31 PM
  2. Third Party Gift Certificate
    By BazM in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 25 Nov 2008, 11:17 PM
  3. New Mod: Embed Products onto third Party Site
    By systemagic in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 19 Apr 2008, 10:41 PM
  4. Pass the total amount to third-party site (bank)
    By mchahkandi in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 1 Sep 2007, 12:04 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg