Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8426553
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T04:33:38+00:00 2026-06-10T04:33:38+00:00

I need a bit of help over there. Here I need to remove white

  • 0

I need a bit of help over there.
Here I need to remove white border from fancybox iframe http://squaretwo.ru/pashokk .

You can call fancyBox by clicking the red button.
I’ve read previous articles but wasn’t able to fix the problem. Any ideas?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T04:33:39+00:00Added an answer on June 10, 2026 at 4:33 am

    You can remove that by adding this to your stylesheet.

    The structure of your iFrame is such,

    <body style="overflow-x: hidden; ">
        <div style="max-width:550px; border: solid 15px #cc0033;" border="1">
           .
           .
           .
        </div>
    </body>
    

    So you can remove the border like so,

    body div:first-child {
        border: 0 !important;
    }
    

    But, this will affect any border properties that you have given to your #header, since that is a div:first-child as well.

    so do a !important for your div#header border properties (IF NEEDED).

    EDIT

    Since you want to get rid of the fancybox background.

    You’ll need to add this,

    .fancybox-skin {
        background: transparent;
        box-shadow: none !important;
    }
    

    this is a default class generated by the plugin.

    Also,

    add the following

    html{
      background: white;
    }
    

    If you want the background only inside the red border then don’t add the above html css, add the following.

    body div:first-child {
         background: white !important;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need a bit of help from any of the coders out there..... Currently,
I need some help understanding this bit of code pre { white-space: pre; white-space:
I need a bit of help with some Ruby array jujitsu. I have the
I need a bit of help; I'm helping a friend port a Delphi app
I don't know MySQL very well so I need a bit of help with
I need a wee bit of help with css formatting on my website. Please
I'm a SQL noob, and I need a little bit of help understanding the
I'm a bit of a newbie to XPath, so I need some help figuring
I need a little bit of help navigating through this object: {COLUMNS:[ID,TYPE,NAME],DATA:[[1,Image,My Image],[2,Text,My Text],[3,Video,My
I read the answer in parashift but I need bit details as to why

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.