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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T10:28:25+00:00 2026-05-20T10:28:25+00:00

Basically I have two external css in my page. The first Main.css contains all

  • 0

Basically I have two external css in my page.

The first Main.css contains all style rules but I don’t have access to it, and hence I cannot modify it. I have access to a second file Template.css , so I need to override the Main.css‘s values in template.css.

This is easy for which I have to change the value, but how do I remove a property entirely?

Like say a class .c1 has height: 40px;, how do I get rid of this height property?

  • 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-20T10:28:25+00:00Added an answer on May 20, 2026 at 10:28 am

    You have to reset each individual property back to its default value. It’s not great, but it’s the only way, given the information you’ve given us.

    In your example, you would do:

    .c1 {
        height: auto;
    }
    

    You should search for each property here:

    https://developer.mozilla.org/en-US/docs/Web/CSS/Reference

    For example, height:

    Initial value : auto

    Another example, max-height:

    Initial value : none


    In 2017, there is now another way, the unset keyword:

    .c1 {
        height: unset;
    }
    

    Some documentation: https://developer.mozilla.org/en-US/docs/Web/CSS/unset

    The unset CSS keyword is the combination of the initial and inherit
    keywords. Like these two other CSS-wide keywords, it can be applied to
    any CSS property, including the CSS shorthand all. This keyword resets
    the property to its inherited value if it inherits from its parent or
    to its initial value if not. In other words, it behaves like the
    inherit keyword in the first case and like the initial keyword in the
    second case.

    Browser support is good: http://caniuse.com/css-unset-value

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

Sidebar

Related Questions

I basically created some tables to play around with: I have Two main tables,
We have two projects basically, each of 2 these main projects have sub projects
Basically you have two ways for doing this: for (int x = 0; x
I have basically two separate sites, a SharePoint collaboration site, and an ASP.Net application
I basically have a page which shows a processing screen which has been flushed
Basically I have created two MATLAB functions which involve some basic signal processing and
Okay so I have two png files, a circle and a maze. Basically the
Ok here it is. i have two tables: products and product_sizes so basically my
I have two byte[] and I want to find the first occurrence of the
I basically have the following flow: XML -> JSON -> Spring MVC -> jsp

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.