Adding security seals to the top of the site

Discussion in 'Themia WordPress Theme' started by dougt, Aug 22, 2014.

  1. dougt

    dougt New Member

    Joined:
    Jun 14, 2013
    Messages:
    18
    Likes Received:
    1
    I would like to add security seals to the top of the site rather than to each page.

    Above the main horizontal menu would be ideal.

    Is this possible?
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    Yes it is possible .Please provide URL and screenshot where you want to add security seal.

    Thanks & Regards
    Pramod
     
  3. dougt

    dougt New Member

    Joined:
    Jun 14, 2013
    Messages:
    18
    Likes Received:
    1
    Hi,

    I have uploaded the screenshot with txt boxes where I would like to add the seals.

    The screenshot includes the url of the site.

    Thank you for your help

    Doug
     

    Attached Files:

  4. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Make a div in header.php file as shown below in screenshot.
    Code:
    <div class="security_seal"> 
    <img src="https://ssl.comodo.com/images/comodo_secure_100x85_white.png" width="100px" height="60px">
    <img src="http://www.positivessl.com/images-new/PositiveSSL_tl_trans.png" width="100px" height="60px">
    <img src="http://www.positivessl.com/images-new/PositiveSSL_tl_white2.png" width="100px" height="60px">
    <img src="http://www.dhs.gov/sites/default/files/styles/dhs_sidebar_carousel/public/s%26t-rotator.jpg?itok=jFNTQCUN" width="100px" height="60px">
    </div>
    Apply Some following CSS
    Code:
    .security_seal img {
    margin-right: 20px;
    max-width: 100%;
    height: auto;
    }
    .security_seal{
    loat: left;
    }
    That will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     

    Attached Files:

Share This Page