Horse Eden Eventing Game
Horse Eden Eventing Game


Year: 201   Season: Fall   
$: 0
Forecast: Moderate Temperatures and Overcast
Forecast:
Mon 03:06pm  
Stables Online:  141 
Chatbox
WhizBar Eventing
03:03:35 Toto
freshie straw thread: -HEE Click-

Gorgeous silver dun WWW RID freshie!!
7 Bar 6 Ranch
02:48:57 RRR (Jo)
I have some nice horses in my sales barn! EEE-WWW, including a PONLB stud!
-HEE Click-
Disney Acres
02:47:14 
SEE WC bravery mare 25k will lower
-HEE Click-
Fire and Ice
02:41:15 
PPP WC bravery wb 10k obo
-HEE Click-
Wolf Fang
02:39:05 Fang
WWW yearling 200k, up 5/6 week 4
-HEE Click-
The Lazy Ninja
02:31:14 Jessie
WWW 1/17 buttermilk AA with tobi 500k
-HEE Click-
Chat
02:30:41 Tzeentch
-HEE Click- trained horses for sale
Penkat Stables
02:26:00 Pen | 🍞
Decor for sale! Includes butterflies, foals, and harlequin rabbit.
-HEE Click-

EWE mare for brood!
-HEE Click-
Majestic Sanctuary
02:11:57 Cal/Majestic
Massive sales, make offers please; with link to the horse because I have so many I cannot keep track sometimes.
Will be FR any with - in front of their name.
Check everything out as it is chaos over here. Been sorting as best I can with the limited spaces.
Items in shop including carrots, apples, sexed embryos and more. In need of a lesser item not for sale PM me and we can talk about it.
Midnight Vale
02:06:21 Kore/Vale
MVP Sleep Token
WWW TB Stallion
Multiple EEE and WEE combo producer
Stud Fee: 20k -HEE Click-

Multiple EEE and WEE combo TBs for sale, training tracked -HEE Click-

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
WhizBar Eventing
03:03:35 Toto
freshie straw thread: -HEE Click-

Gorgeous silver dun WWW RID freshie!!
7 Bar 6 Ranch
02:48:57 RRR (Jo)
I have some nice horses in my sales barn! EEE-WWW, including a PONLB stud!
-HEE Click-
Disney Acres
02:47:14 
SEE WC bravery mare 25k will lower
-HEE Click-
Fire and Ice
02:41:15 
PPP WC bravery wb 10k obo
-HEE Click-
Wolf Fang
02:39:05 Fang
WWW yearling 200k, up 5/6 week 4
-HEE Click-
The Lazy Ninja
02:31:14 Jessie
WWW 1/17 buttermilk AA with tobi 500k
-HEE Click-
Chat
02:30:41 Tzeentch
-HEE Click- trained horses for sale
Penkat Stables
02:26:00 Pen | 🍞
Decor for sale! Includes butterflies, foals, and harlequin rabbit.
-HEE Click-

EWE mare for brood!
-HEE Click-
Majestic Sanctuary
02:11:57 Cal/Majestic
Massive sales, make offers please; with link to the horse because I have so many I cannot keep track sometimes.
Will be FR any with - in front of their name.
Check everything out as it is chaos over here. Been sorting as best I can with the limited spaces.
Items in shop including carrots, apples, sexed embryos and more. In need of a lesser item not for sale PM me and we can talk about it.
Midnight Vale
02:06:21 Kore/Vale
MVP Sleep Token
WWW TB Stallion
Multiple EEE and WEE combo producer
Stud Fee: 20k -HEE Click-

Multiple EEE and WEE combo TBs for sale, training tracked -HEE Click-

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: 1167
#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: 1167
#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