Username:
Password:
Stay logged in

HTML/CSS Coding

ForumsMiscellaneous Chat → HTML/CSS Coding

HTML/CSS Coding

#175598 Posted on 2018-06-22 20:35:53

hey guys! i've been trying to figure out some homepage coding stuff and i'm a bit stuck. how would i go about changing the colors and fonts of the stuff that's already on my homepage, such as my horse divisions? thanks in advance!

Last edited on 2018-06-24 at 18:49:46 by cazoo


0 members like this post.

member signature

Posted By

cazoo
#57766


Member is Offline
436 forum posts
Send A Message

#175643 Posted on 2018-06-23 05:49:46

I am also a bit new to this but have the following info
scroll down to the section where it says account settings on the home page & there you will see a number of icons including colour & font change.  play around until happy with what you have got.  Remember to save after each change then scroll back up to the top of the page to see the effects of what you have done. Hope this helps & happy designing.  I may be a bit confused so would like to add that If you are thinking of doing something more advanced than simple colour or font changes you probably need a specific program to produce your information/pictures that you can import onto your homepage.

Last edited on 2018-06-23 at 06:11:07 by Kryssyn


0 members like this post.

Posted By

Kryssyn Elara Moonstone
#113096


Member is Offline
155 forum posts
Send A Message

#175663 Posted on 2018-06-23 09:38:04

If you want to customize the appearance of your divisions, etc, you have to use CSS to restyle the page. HTML only really allows you to add to the page, not change the appearance of what's already there.


0 members like this post.

member signature

Posted By

River
#51565


Member is Offline
2607 forum posts
Send A Message

#176029 Posted on 2018-06-24 18:49:30

if you don't mind me asking, what would be like a "general" code for doing that? or something like that (my coding is weak so i'm not really sure, lol)


0 members like this post.

member signature

Posted By

cazoo
#57766


Member is Offline
436 forum posts
Send A Message

#176052 Posted on 2018-06-24 20:30:33

It's kinda specific, cause so many elements with unique ids have to be styled . . . there isn't a generalized way to do it, really, not unless all you change is maybe a font and background color on the page. :p


0 members like this post.

member signature

Posted By

River
#51565


Member is Offline
2607 forum posts
Send A Message

#176164 Posted on 2018-06-25 08:39:34

It kind of depends what you want to do. Just as an example, this code



should make your page look like this. Each different element on your page will have a different class or id that you can use to customize colors, fonts, etc. W3Schools is a great resource if you want to learn more. :)

Last edited on 2018-06-25 at 08:43:19 by Kala


1 members like this post.

Posted By

Kala
#89252


Member is Offline
405 forum posts
Send A Message