Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #54511
    Leslie Bigos
    Participant

    I set up my custom CSS and it was working perfectly. I changed the H1 tag to uppercase, I had the background of my widget just perfect and my tables displaying correctly. And, then, my custom CSS seemed to just quit working.

    I deleted all of the Custom CSS and just left in the H1 transformation and this no longer worked either.

    My site is: http://mistermallow.netfirms.com/bellevueschoolofmusic

    My custom CSS is as follows:

    h1 { text-transform:uppercase; }

    .widget-area .widget a:hover { color: #dd3333;}

    #footer-sidebar { background-color: #94968a;}

    .page-id-156 .entry-content form,
    .page-id-160 .entry-content form,
    .page-id-162 .entry-content form,
    .page-id-160 .entry-content form,
    .page-id-164 .entry-content form,
    .page-id-166 .entry-content form,
    .page-id-168 .entry-content form,
    .page-id-170 .entry-content form {
    border: 1px solid #1b5f7d;
    display: inline-block;
    }
    .page-id-156 .entry-content table,
    .page-id-156 .entry-content table,
    .page-id-160 .entry-content table,
    .page-id-162 .entry-content table,
    .page-id-164 .entry-content table,
    .page-id-166 .entry-content table,
    .page-id-168 .entry-content table,
    .page-id-170 .entry-content table {
    border-bottom: none;
    margin: 0;
    text-align: left;
    width: auto;
    }
    .page-id-156 .entry-content td,
    .page-id-160 .entry-content td,
    .page-id-162 .entry-content td,
    .page-id-164 .entry-content td,
    .page-id-166 .entry-content td,
    .page-id-168 .entry-content td,
    .page-id-165 .entry-content td {
    border-top: none;
    padding: 0;
    }
    .page-id-156 .entry-content input[type=”text”],
    .page-id-160 .entry-content input[type=”text”],
    .page-id-162 .entry-content input[type=”text”],
    .page-id-164 .entry-content input[type=”text”],
    .page-id-166 .entry-content input[type=”text”],
    .page-id-168 .entry-content input[type=”text”],
    .page-id-170 .entry-content input[type=”text”] {
    margin: 0 5px 0 15px;
    padding: 0;
    vertical-align: middle;
    width: 180px;
    }
    .page-id-156 .entry-content input,
    .page-id-160 .entry-content input,
    .page-id-162 .entry-content input,
    .page-id-164 .entry-content input,
    .page-id-166 .entry-content input,
    .page-id-168 .entry-content input,
    .page-id-170 .entry-content input {
    border: none;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    }

    #54534
    Sakin
    Keymaster

    @bigoslesli: Have you customize catchkathmandu_inline_css() function? It looks like there is some issue there in your site. If you have customize that functions then please restore it. If not then I need to check in your site detail about the issue. For that I will email you and you can reply me there.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Custom CSS no longer working’ is closed to new replies.