• Gurpreet

    (@gurpreetsaluja)


    Hello everyone
    Firstly I was editing my style.css to add custom css to my website, but now some of my css editings are not working anymore, firstly they were working fine, please help me out!!

Viewing 12 replies - 1 through 12 (of 12 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    We can’t see what you mean.

    Thread Starter Gurpreet

    (@gurpreetsaluja)

    I’m using zeebizcard theme by themify on my website businessxack.com

    I edited it’s style.css file and added custom css code for “scroller” and some css for “blockquote” and also for “h4” tags all these css were working fine till yesterday but from now it’s not working anymore you can check them on my website blog posts.

    I tried it by deleting AND reimplementing those css codes but it’s still not working, can you tell me the solution for it that how those css can get back to work?

    Thanks in advance!

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Can you identify the specific CSS code that’s no longer working?

    Thread Starter Gurpreet

    (@gurpreetsaluja)

    it’s working now I have tweaked some codes and it’s back again! still thanks 🙂

    Thread Starter Gurpreet

    (@gurpreetsaluja)

    sorry to say but it’s my misunderstanding as I’m still not getting that actually what is the problem as when I logged out my wordpress again css stopped working!

    My CSS codes are:

    /* — HACKXACK CUSTOM WEBKIT SCROLLBAR IN BLOGGER BLOG — */
    ::-webkit-scrollbar {
    background:#fff;
    width:15px;
    }
    ::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    background-image: -webkit-linear-gradient(top, #eeeeee 10%, #eeeeee 51%);
    }
    ::-webkit-scrollbar-track {
    }
    blockquote {
    background-color: #eeeeee; background-image: url(http://businessxack.com/Images/facts-45×34.png); background-position: 5px 50%; background-repeat: no-repeat no-repeat; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; border-top-left-radius: 4px; border-top-right-radius: 4px; border: 1px solid rgb(0, 0, 0); color: #000000; font-family: Georgia, ‘Times New Roman’, Times, serif; font-size: 15px; line-height: 21.983333587646484px; margin-bottom: 1.571em; padding: 10px 10px 10px 50px;
    }
    h4 {
    color:#000000;
    border-bottom:1px solid #000000;
    border-top:1px solid #000000;
    border-right:3px solid #000000;
    padding:3px;
    font: 10px bold sans-serif, arial;
    }

    Thread Starter Gurpreet

    (@gurpreetsaluja)

    When I’m logged In to my blog ==CSS is working fine== but when I log off ==CSs doesn’t work==

    i mean what is the problem how to resolve this?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Can you move that CSS out of the stylesheet and into the Custom CSS?

    Thread Starter Gurpreet

    (@gurpreetsaluja)

    how to do that?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Is the Custom CSS from a plugin? If so, that plugin probably has screenshots of how to use it on its page in http://wordpress.org/extend/plugins/ .

    Thread Starter Gurpreet

    (@gurpreetsaluja)

    I have put these CSS codes in my style.css file I’m not using any of the plugin for CSS.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Okay.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Install this Custom CSS Manager plugin and use its section of the dashboard to hold your CSS modifications.

Viewing 12 replies - 1 through 12 (of 12 total)

The topic ‘stylesheet css no more working’ is closed to new replies.