Removal of theme background? 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.
3 posters

    Removal of theme background?

    Lady Ardor
    Lady Ardor
    New Member


    Female Posts : 2
    Reputation : 1
    Language : English
    Location : USA

    In progress Removal of theme background?

    Post by Lady Ardor July 30th 2016, 7:49 am

    Hope this is in the right forum...

    So I found the perfect theme style for my forum but I want to personalize it. I have changed the background but the theme background remains, as if it's "covering" the base background I added. I want to get rid of that. Currently using "Design-" by Josh1. I have a feeling it's the encoding but I have NO CLUE how to encode, and it's getting very frustrating... Even changing word colors isn't working... (topic for another thread elsewhere..)

    If anyone can assist and point me in the right direction that would be awesome!
    SLGray
    SLGray
    Administrator
    Administrator


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

    In progress Re: Removal of theme background?

    Post by SLGray July 30th 2016, 8:52 am

    The topic was posted in the wrong section, so I have moved it to the correct section.
    Please read our forum rules: ESF General Rules



    Removal of theme background? Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    Ace
    Ace
    Forumember


    Posts : 250
    Reputation : 49
    Language : Portuguese & English

    In progress Re: Removal of theme background?

    Post by Ace July 30th 2016, 9:41 am

    Hi,

    This is because CSS is overriding the CP. Just Go to Display >> Colors >> CSS Stylesheet.

    Look for: background-image:url(http://fc04.deviantart.net/images/i/2002/26/9/1/Misconstrue_-_Image_1.jpg);

    You can either remove it or change the URL. Like:
    Code:

    background-image:url(yourimagewebsitehere.com);

    If you remove the code, the CP function should work. And it should be easier for you too. Wink

    Regards.
    Lady Ardor
    Lady Ardor
    New Member


    Female Posts : 2
    Reputation : 1
    Language : English
    Location : USA

    In progress Re: Removal of theme background?

    Post by Lady Ardor July 31st 2016, 6:30 am

    Thank you for the thread relocation, mod Smile

    Ace, it worked but created an error message.

    Error

    Detected error
    We have counted a different number of "{" and of "}". It means your CSS risks to be not valid and will not be posted correctly on your forum.

    We advise you to reread your code.

    As long as I got it to work, I aint changing anything else...except the word coloring...different topic...
    SLGray
    SLGray
    Administrator
    Administrator


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

    In progress Re: Removal of theme background?

    Post by SLGray July 31st 2016, 8:18 am

    It means that you have some codes in your CSS stylesheet that does not have a opening or closing or there are extra ones.  You need to fix it.

    Please start a new topic and post your CSS stylesheet using the code tags.



    Removal of theme background? Slgray10

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