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.
The forum of the forums
3 posters

    I would like to make changes to my CSS but I don't know where I can make those changes.

    avatar
    nosty
    New Member


    Posts : 6
    Reputation : 1
    Language : English

    Solved I would like to make changes to my CSS but I don't know where I can make those changes.

    Post by nosty May 16th 2016, 7:28 am

    First of all, I am VERY new to forums. My forum i at emotecontrol.american-forum.net and I want to make my top banner bigger. I also want to change the initial welcome message to a vertically scrolled text box. I have tested the code that i want to change using firebug but of course, I have no way to load this into my existing css that came along with my theme.

    Can someone point me in the right direction or am I completely wrong here.

    Regards,

    nosty


    Last edited by nosty on May 18th 2016, 1:52 pm; edited 1 time in total
    Van-Helsing
    Van-Helsing
    Hyperactive


    Male Posts : 2431
    Reputation : 116
    Language : English, Greek

    Solved Re: I would like to make changes to my CSS but I don't know where I can make those changes.

    Post by Van-Helsing May 16th 2016, 9:26 pm

    Hello,
    Go to ACP(Admin Control Panel) > Display > Pictures and Colors > Colors > CSS Stylesheet and find the following code

    Code:
    #logo {
        float: none;
        padding: 5px;
    }

    and replace it with this code:

    Code:
    #logo {
        float: none;
        padding: 0px;
    }

    then add the following code at the end of your CSS StyleSheet:

    Code:
    a#logo img {
        width: 1350px;
        margin-left: -39px !important;
        margin-top: -10px !important;
        height: 100px !important;
        overflow: hidden;
    }

    and then press submit.
    avatar
    nosty
    New Member


    Posts : 6
    Reputation : 1
    Language : English

    Solved Re: I would like to make changes to my CSS but I don't know where I can make those changes.

    Post by nosty May 18th 2016, 1:43 pm

    Thank you so much Van Helsing! You ROCK!

    Best Regards,

    Nosty
    brandon_g
    brandon_g
    Manager
    Manager


    Male Posts : 10113
    Reputation : 923
    Language : English
    Location : USA

    Solved Re: I would like to make changes to my CSS but I don't know where I can make those changes.

    Post by brandon_g May 18th 2016, 1:48 pm

    Hello,

    Is this solved?


    -Brandon



    I would like to make changes to my CSS but I don't know where I can make those changes. Brando10
    Remember to mark your topic I would like to make changes to my CSS but I don't know where I can make those changes. Solved15 when a solution is found.
    General Rules | Tips & Tricks | FAQ | Forgot Founder Password?

    I would like to make changes to my CSS but I don't know where I can make those changes. Scre1476
    Team Leader
    Review Section Rules | Request A Review | Sticker Points
    avatar
    nosty
    New Member


    Posts : 6
    Reputation : 1
    Language : English

    Solved Re: I would like to make changes to my CSS but I don't know where I can make those changes.

    Post by nosty May 18th 2016, 1:51 pm

    Yes it is solved.
    brandon_g
    brandon_g
    Manager
    Manager


    Male Posts : 10113
    Reputation : 923
    Language : English
    Location : USA

    Solved Re: I would like to make changes to my CSS but I don't know where I can make those changes.

    Post by brandon_g May 18th 2016, 1:54 pm

    Ok, thanks. Smile

    Topic marked solved and archived ~ brandon_g



    I would like to make changes to my CSS but I don't know where I can make those changes. Brando10
    Remember to mark your topic I would like to make changes to my CSS but I don't know where I can make those changes. Solved15 when a solution is found.
    General Rules | Tips & Tricks | FAQ | Forgot Founder Password?

    I would like to make changes to my CSS but I don't know where I can make those changes. Scre1476
    Team Leader
    Review Section Rules | Request A Review | Sticker Points

      Current date/time is September 22nd 2024, 11:36 pm