CSS Missing Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
5 posters

    CSS Missing

    Denny
    Denny
    Forumember


    Male Posts : 67
    Reputation : 3
    Language : English, Indonesia
    Location : coconut Tusk

    Solved CSS Missing

    Post by Denny March 30th 2014, 12:43 pm

    Hi all i think my forum css has missing its just empty blank when i wanted to modifed anyway my forum is ikimono-world.com and is there any way to get the banner centered?? thanks

    screenshoot

    CSS Missing Error310


    Last edited by Denny on April 9th 2014, 6:45 am; edited 1 time in total
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: CSS Missing

    Post by Ange Tuteur March 30th 2014, 1:34 pm

    Hello Denny,

    If your CSS is gone, unfortunately there is no way to recover it unless you had it backed up in a document.

    To center the banner :
    Administration panel > display > headers and navigation > logo positioning

    CSS Missing Captu438
    Denny
    Denny
    Forumember


    Male Posts : 67
    Reputation : 3
    Language : English, Indonesia
    Location : coconut Tusk

    Solved Re: CSS Missing

    Post by Denny March 30th 2014, 5:46 pm

    so is there anyway o recover? i tried to apply new theme and there's nothing happened
    Pizza Boi
    Pizza Boi
    Hyperactive


    Male Posts : 2016
    Reputation : 160
    Language : French
    Location : Pizza Hut!

    Solved Re: CSS Missing

    Post by Pizza Boi March 30th 2014, 6:00 pm

    Hi Very Happy

    Whenever you apply a new theme, the CSS disappears because each theme has a corresponding property and it's really rare for any skin to have the same CSS (Probably impossible).

    We're sorry, but you have to code for your CSS again as we cannot retrieve it and please make a back-up after Smile .

    Regards,
    Pizza Boi
    Denny
    Denny
    Forumember


    Male Posts : 67
    Reputation : 3
    Language : English, Indonesia
    Location : coconut Tusk

    Solved Re: CSS Missing

    Post by Denny March 30th 2014, 6:33 pm

    Pizza Boi wrote:Hi Very Happy

    Whenever you apply a new theme, the CSS disappears because each theme has a corresponding property and it's really rare for any skin to have the same CSS (Probably impossible).

    We're sorry, but you have to code for your CSS again as we cannot retrieve it and please make a back-up after Smile.

    Regards,
    Pizza Boi

    OK the situation is already ok, i have found some old backup but what i mean is new css doesn't appear even i applied new theme but its already OK anyway i have another question still CSS related how to make site description and forum name not appear? aside from leave it blank on forum config

    here is the problem ss

    CSS Missing Bann10

    can i make it hidden using css?? or the easiest way is leave it blank?? thanks
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51552
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: CSS Missing

    Post by SLGray March 31st 2014, 1:20 am

    That stylesheet will only show customized CSS.  You should see a link at the top to the theme's Basic CSS.  When you change versions or themes, all customized CSS is erased. You should keep a copy of your customized CSS somewhere else.



    CSS Missing Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    Pizza Boi
    Pizza Boi
    Hyperactive


    Male Posts : 2016
    Reputation : 160
    Language : French
    Location : Pizza Hut!

    Solved Re: CSS Missing

    Post by Pizza Boi March 31st 2014, 9:43 am

    Hi Very Happy

    Well, if your forum version is what I think it is, then this should work:

    Code:
    .site-title h1, #logo-desc p {
      font-size 0px !important;
    }

    Regards,
    Pizza Boi
    Denny
    Denny
    Forumember


    Male Posts : 67
    Reputation : 3
    Language : English, Indonesia
    Location : coconut Tusk

    Solved Re: CSS Missing

    Post by Denny April 1st 2014, 1:42 pm

    Pizza Boi wrote:Hi Very Happy

    Well, if your forum version is what I think it is, then this should work:

    Code:
    .site-title h1, #logo-desc p {
      font-size 0px !important;
    }

    Regards,
    Pizza Boi

    err i tried but doesn't work  mine was phpbb3 is that help to determine how to make it hidden??
    Pizza Boi
    Pizza Boi
    Hyperactive


    Male Posts : 2016
    Reputation : 160
    Language : French
    Location : Pizza Hut!

    Solved Re: CSS Missing

    Post by Pizza Boi April 1st 2014, 2:16 pm

    Hi Very Happy

    Can you please provide us your forum URL as you have not provided it yet lol.

    Edit: We sort of need your URL because that code works for my test forum.

    Regards,
    Pizza Boi
    Denny
    Denny
    Forumember


    Male Posts : 67
    Reputation : 3
    Language : English, Indonesia
    Location : coconut Tusk

    Solved Re: CSS Missing

    Post by Denny April 8th 2014, 7:59 pm

    Pizza Boi wrote:Hi Very Happy

    Can you please provide us your forum URL as you have not provided it yet lol.

    Edit: We sort of need your URL because that code works for my test forum.

    Regards,
    Pizza Boi

     Laughing if you look closely i have already provided my forum url but incase you need it again it's ikimono-world.com thanks for helping anyway  salut
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: CSS Missing

    Post by Ange Tuteur April 9th 2014, 4:28 am

    Hello Denny,

    Add this to your CSS :
    Code:
    #logo-desc { display:none !important; }
    Denny
    Denny
    Forumember


    Male Posts : 67
    Reputation : 3
    Language : English, Indonesia
    Location : coconut Tusk

    Solved Re: CSS Missing

    Post by Denny April 9th 2014, 4:41 am

    Ange Tuteur wrote:Hello Denny,

    Add this to your CSS :
    Code:
    #logo-desc { display:none !important; }

    Ok i will try and let you know the result thanks


    EDIT: @Ange Tuteur thanks the code working... problem solved  :wouhou:
    Jophy
    Jophy
    ForumGuru


    Male Posts : 17922
    Reputation : 836
    Language : English
    Location : Somewhere

    Solved Re: CSS Missing

    Post by Jophy April 9th 2014, 8:42 am

    Solved