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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T15:10:42+00:00 2026-06-10T15:10:42+00:00

I have different styles for my theme (different color schemes). First I load the

  • 0

I have different styles for my theme (different color schemes).

First I load the default css and secondly a css stylesheet with particular colors, etc depending on what color scheme I want to use.

Testing the speed of my site, I have noticed a delay because I need to load two style-sheets.

Is there a way to put all styles inside one file and not use two different ones? Also this has to be cross browser.

  • 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-10T15:10:44+00:00Added an answer on June 10, 2026 at 3:10 pm

    For the color overrides you could nest them within an id selector, and give that id to the body element in order to choose a color scheme. This will allow you to store many themes in one file.

    For example

    /* defaults */
    h1 { color : black; }
    
    /* light theme */
    #light h1 { color : grey; } 
    
    /* neon theme */
    #neon h1 { color : pink; } 
    

    Then set the body class, as

    <body id="neon">
    

    If you are using LESS you can easily wrap the top-level style around your entire colour scheme to keep the layout neater. e.g.

    #light {
        h1 { color : grey; } 
        p { color : silver; }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have several resource dictionaries with theme-related data, where I declared styles for particular
I have two different styles for my window: Regular - window has title bar
In my jQuery themebuilder built theme I have 5 different ui-icons_* files. Two of
I used LESS CSS for my CSS document. The website have different themes. In
i am surprised why these links have different color?here is code <html xmlns=http://www.w3.org/1999/xhtml xml:lang=ka-ge
I have some link styles for our website and the CSS is as follows:
I have requirement to extend particular CSS style. For example, I'm using 3rd party
Hi I have a page for which I have four different style sheets like
I have written media query for 3 different dimensions. Intial style is for 320px
I have a Marionette.ItemView that uses a CSS class to style new items differently:

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.