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.

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

3 posters

Go down

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, 09:28

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, 15:52; edited 1 time in total
avatar
nosty
New Member

Posts : 6
Reputation : 1
Language : English

Back to top Go down

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, 23:26

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.
Van-Helsing
Van-Helsing
Hyperactive

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

http://itexperts.forumgreek.com/

Back to top Go down

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, 15:43

Thank you so much Van Helsing! You ROCK!

Best Regards,

Nosty
avatar
nosty
New Member

Posts : 6
Reputation : 1
Language : English

Back to top Go down

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, 15:48

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
brandon_g
brandon_g
Manager
Manager

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

https://www.broadcastingduo.com

Back to top Go down

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, 15:51

Yes it is solved.
avatar
nosty
New Member

Posts : 6
Reputation : 1
Language : English

Back to top Go down

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, 15:54

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
brandon_g
brandon_g
Manager
Manager

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

https://www.broadcastingduo.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum