Horse Eden Eventing Game
Horse Eden Eventing Game


Year: 201   Season: Fall   
$: 0
Forecast: Morning Frost and Afternoon Sunshine
Forecast:
Wed 10:54am  
Stables Online:  130 
Chatbox
RockyMountainMyth
10:43:35 Mari ♥
70% off store prices for most items and a good customer discount! Some of the cheapest items in game! -HEE Click-

Assorted horses (KNN/Tb) for sale with negotiable prices, will FR otherwise -HEE Click-
Whitewolf
10:40:15 Fang
Sooty WWW buckskin colt for 200k.
-HEE Click-
Whispering Wood Barn
10:23:11 ~Whispy~
Multiple WWW Producer, Apricot Producer as well. This WWW TB Mare has one embryo left available for Y202! -HEE Click-
Hill Country Ponies
10:11:24 Kidd
-HEE Click-

EWW prod EEE mare 10k.
Sky High Equine
10:09:47 Kidd
-HEE Click-
Auctions ends in 2 hours!

PEE+ Unbred SH mares starting at 1k.

Thinning my herd because they’re all getting a little too related.

Good producers!
Indiana Peaches
10:09:12 Indi
TB clear out! Cheap SB EEE-WWE -HEE Click-
Purestables
09:57:29 Pure
WWWs for sale all very shiny!!

Colourful WWW stallion for sale only 500k need gone!!! -HEE Click-

Colourful WWW mare produced WWW and multiple WW combos only 600k need gone!!
-HEE Click-

WWW colour filly for sale she's up for 1 mil but taking offers
-HEE Click-
Shady Tree Farm
09:55:18 Shady
#25 RIDLB stud up for sale.
-HEE Click-

His dam is up for sale as well
-HEE Click-

And another WWW producing RID mare
-HEE Click-

Plus more in this barn (EEW+)
-HEE Click-
Midnight Vale
09:29:32 Kore/Vale
MVP Sleep Token
WWW TB Stallion
Multiple EEE and WEE combo producer
Stud Fee: 15k
Also accepting purchase offers via DMs
-HEE Click-

Multiple EEE and WEE combo TBs for sale, training tracked -HEE Click-
BlackMeadow Pastures
09:26:02 
Selling every horse I have. If you see one you like, PM me with your offer. They are very cheap!

You must be a registered member for more
than 1 day before you can use our chatbox.



Rules   Hide
You are in: Sales
View Main Chat
Quests

Embark on a Quest.

Horse Eden Eventing Game
Chatbox
RockyMountainMyth
10:43:35 Mari ♥
70% off store prices for most items and a good customer discount! Some of the cheapest items in game! -HEE Click-

Assorted horses (KNN/Tb) for sale with negotiable prices, will FR otherwise -HEE Click-
Whitewolf
10:40:15 Fang
Sooty WWW buckskin colt for 200k.
-HEE Click-
Whispering Wood Barn
10:23:11 ~Whispy~
Multiple WWW Producer, Apricot Producer as well. This WWW TB Mare has one embryo left available for Y202! -HEE Click-
Hill Country Ponies
10:11:24 Kidd
-HEE Click-

EWW prod EEE mare 10k.
Sky High Equine
10:09:47 Kidd
-HEE Click-
Auctions ends in 2 hours!

PEE+ Unbred SH mares starting at 1k.

Thinning my herd because they’re all getting a little too related.

Good producers!
Indiana Peaches
10:09:12 Indi
TB clear out! Cheap SB EEE-WWE -HEE Click-
Purestables
09:57:29 Pure
WWWs for sale all very shiny!!

Colourful WWW stallion for sale only 500k need gone!!! -HEE Click-

Colourful WWW mare produced WWW and multiple WW combos only 600k need gone!!
-HEE Click-

WWW colour filly for sale she's up for 1 mil but taking offers
-HEE Click-
Shady Tree Farm
09:55:18 Shady
#25 RIDLB stud up for sale.
-HEE Click-

His dam is up for sale as well
-HEE Click-

And another WWW producing RID mare
-HEE Click-

Plus more in this barn (EEW+)
-HEE Click-
Midnight Vale
09:29:32 Kore/Vale
MVP Sleep Token
WWW TB Stallion
Multiple EEE and WEE combo producer
Stud Fee: 15k
Also accepting purchase offers via DMs
-HEE Click-

Multiple EEE and WEE combo TBs for sale, training tracked -HEE Click-
BlackMeadow Pastures
09:26:02 
Selling every horse I have. If you see one you like, PM me with your offer. They are very cheap!

You must be a registered member for more
than 1 day before you can use our chatbox.






Refresh


Forums

→ Horse Eden is a fun game! Sign Up Now!

My Subscriptions
My Bookmarks
My Topics
Latest Topics
Following

Forums > Member Help > Guides
   1   ..    15    16    17    18    19   ..   24 

Palette Guide January 24, 2021 08:51 PM


Darkside Dreams
 
Posts: 1580
#841731
Give Award
Okay, I've run into a brick wall.
Once more, I cannot seem to change the text on the nav bar(Stable, Services, etc) from black.... even though I don't see any color codes for black. What did I do?
Palette Guide January 24, 2021 08:54 PM


The Unknown
 
Posts: 1000
#841735
Give Award
.navbar should have the background-color and background-image attributes seperated, so:
background-color: #62760c;
background-image: url(inserturlhere.jpg);
Palette Guide January 25, 2021 12:49 PM


Darkside Dreams
 
Posts: 1580
#841914
Give Award
I got it, I'm dumb and had .dropbtn as background not color xD
Thanks!
Palette Guide January 25, 2021 03:37 PM


Lunar Eclipse
 
Posts: 1168
#841982
Give Award

I accidentally broke my palette earlier and have been scrambling to fix it, but for some reason my headers have decided not to work. Can't get the default image to become invisible basically.

.gameheader {
background: none !important;
border: 0 !important;
}

and

.gameheader {
background-color: none !important;
border: 0 !important;
}

Neither of these worked. With or without the !important and the border. Not sure what I'm doing wrong as this palette used to work before literally an hour or so ago.

Palette Guide January 25, 2021 03:39 PM


Darkside Dreams
 
Posts: 1580
#841985
Give Award

Lunar Eclipse said:

I accidentally broke my palette earlier and have been scrambling to fix it, but for some reason my headers have decided not to work. Can't get the default image to become invisible basically.

.gameheader {
background: none !important;
border: 0 !important;
}

and

.gameheader {
background-color: none !important;
border: 0 !important;
}

Neither of these worked. With or without the !important and the border. Not sure what I'm doing wrong as this palette used to work before literally an hour or so ago.



Did you try making it say 0px instead of 0?
Edit: Also possibly try changing the none to transparent? I don't know if it matters

Edited at January 25, 2021 03:42 PM by Sunshine Jumpers
Palette Guide January 25, 2021 03:48 PM


Lunar Eclipse
 
Posts: 1168
#841986
Give Award

Sunshine Jumpers said:

Lunar Eclipse said:

I accidentally broke my palette earlier and have been scrambling to fix it, but for some reason my headers have decided not to work. Can't get the default image to become invisible basically.

.gameheader {
background: none !important;
border: 0 !important;
}

and

.gameheader {
background-color: none !important;
border: 0 !important;
}

Neither of these worked. With or without the !important and the border. Not sure what I'm doing wrong as this palette used to work before literally an hour or so ago.



Did you try making it say 0px instead of 0?
Edit: Also possibly try changing the none to transparent? I don't know if it matters


Neither seemed to work. Might just take some fiddling around with the code.
Edit: Solved by fiddling around with the code xD

Edited at January 25, 2021 03:56 PM by Lunar Eclipse
Palette Guide February 4, 2021 05:57 PM


Phantoms Haven
 
Posts: 3
#846793
Give Award
Edit: Nvm I got it!

Edited at February 4, 2021 06:02 PM by Phantoms Haven
Palette Guide February 19, 2021 09:53 PM


Wintergreen Gardens
 
Posts: 614
#854871
Give Award
Hello! I can't seem to figure out how to get the stable, services, search bar to be above the palette header? It's wonky with the palette I'm currently working on if it isn't up there :p Hoping someone could help?
Palette Guide February 25, 2021 04:24 AM


Middle Wyke stables
 
Posts: 146
#857419
Give Award
How do I get it to be cursive font the whole way alongHow do i

Edited at February 25, 2021 04:24 AM by Middle Wyke stables
Palette Guide March 3, 2021 10:29 PM


Phantoms Haven
 
Posts: 3
#861336
Give Award
Is there any way to remove/get rid of, the brown bar beneath the menu bar?

Forums > Member Help > Guides
   1   ..    15    16    17    18    19   ..   24 

Refresh