Jump to content

Custom CSS is not showing changes


CarlUK

Recommended Posts

So I copied the six template and named the folder megasix, and selected this template from within WHMCS admin panel. 

in the custom.css file for that template I've made a few small changes:

/* Change HEADER to some GREEN COLOR FOR TESTING */
.section#header {
    margin: 0;
    padding: 10px 0;
    background-color: #51d2a3 !important;
    border-radius: 5px 5px 0 0;
}

(I've also tried

/* Change HEADER to some GREEN COLOR FOR TESTING */
.header {
    margin: 0;
    padding: 10px 0;
    background-color: #51d2a3 !important;
    border-radius: 5px 5px 0 0;
}

))

Yet no changes I make to this custom.css are showing in any browser whatsoever. 

In Firefox it's reporting that the css file being loaded is  https://megadealhosting.com/billing/templates/megasix/css/all.min.css so it's referencing the right template, but no changes. 

Any ideas?

Carl.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated