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 6636257
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T23:09:48+00:00 2026-05-25T23:09:48+00:00

I imported another stylesheet using @import in the main style sheet file. I would

  • 0

I imported another stylesheet using @import in the main style sheet file. I would like the changes I have made in the @import stylesheet to override the main style sheet. Is this possible?

  • 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-05-25T23:09:49+00:00Added an answer on May 25, 2026 at 11:09 pm

    If your goal is to override styles by importing another stylesheet, you should use the order of precedence.

    <head>
        <title>Title</title>
        <link href="style.css" rel="stylesheet" type="text/css" />
        <link href="style-override.css" rel="stylesheet" type="text/css" />
    </head>
    

    Here the style.css is the original and style-override.css would contain your new custom css. These styles will override the styles from style.css. This means you won’t need to use !important because the style is overwritten.

    Avoid !important whenever you can.

    To do @import

    <style type="text/css">
      @import url("style.css");
      @import url("style-override.css");
    </style> 
    

    Also as a side note if you would rather remove all styles from the page, use a css reset.

    <style type="text/css">
      @import url("style.css");
      @import url("reset.css");
      @import url("style-override.css");
    </style> 
    

    Check out a CSS reset at http://meyerweb.com/eric/tools/css/reset/ and add it to reset.css.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Let's say I have a REBOL script in another file ( imported.r ) that
I have a PHP file imported by a require_once() call in another PHP file
Can a variable declared in one jsp file be used in another, if imported?
I have denormalized data (coming from a file) that needs to be imported into
We have a database with a table whose values were imported from another system.
If I have a one SWF movie imported inside of another, how do I
I imported matplotlib in the way like this: import matplotlib as mpl A error
Say I have a project that uses external dependencies which are imported from another
I've imported another programmer's project into Xcode and get the error UIKit/UIKit.h file not
I have a db of people ( < 400 total ), imported from another

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.