Forum Replies Created
-
AuthorPosts
-
delight
MemberHere is my code: What am I missing? Thanks.
Site Navigation
---------------------------------------------------------------------------------------------------- */.genesis-nav-menu {
clear: both;
color: #000000;
font-family: Montserrat, sans-serif;
font-size: 16px;
font-weight: 400;
letter-spacing: 1px;
line-height: 1;
width: 100%;
}.genesis-nav-menu .menu-item {
display: inline-block;
text-align: left;
}.genesis-nav-menu li li {
margin-left: 0;
}.genesis-nav-menu a {
color: #000000;
display: block;
font-family: Montserrat, sans-serif;
padding: 27px 20px;
}.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
color: #c4c3c3;
}.genesis-nav-menu > .menu-item > a {
text-transform: uppercase;
}.genesis-nav-menu .sub-menu {
left: -9999px;
letter-spacing: 0;
opacity: 0;
position: absolute;
-webkit-transition: opacity .4s ease-in-out;
-moz-transition: opacity .4s ease-in-out;
-ms-transition: opacity .4s ease-in-out;
-o-transition: opacity .4s ease-in-out;
transition: opacity .4s ease-in-out;
width: 200px;
z-index: 99;
}.genesis-nav-menu .sub-menu a {
padding: 20px;
position: relative;
width: 200px;
}.genesis-nav-menu .sub-menu .sub-menu {
margin: -56px 0 0 199px;
}.genesis-nav-menu .menu-item:hover {
position: static;
}.genesis-nav-menu .menu-item:hover > .sub-menu {
left: auto;
opacity: 1;
}.genesis-nav-menu > .first > a {
padding-left: 0;
}.genesis-nav-menu > .last > a {
padding-right: 0;
}.genesis-nav-menu > .right {
color: #000;
display: inline-block;
list-style-type: none;
padding: 27px 20px;
text-transform: uppercase;
}.genesis-nav-menu > .right > a {
display: inline;
padding: 0;
}.genesis-nav-menu > .rss > a {
margin-left: 48px;
}.genesis-nav-menu > .search {
display: block;
margin: 0 auto;
padding: 0 20px 20px;
width: 50%;
}/* Header Navigation
--------------------------------------------- */.site-header .sub-menu {
background-color: #000;
}#menu-primary-navigation a {
color: #ffffff;
}/* Primary Navigation
--------------------------------------------- */.nav-primary {
background-color: #fff;
margin-bottom: 60px;
text-align: center;
}.nav-primary .sub-menu {
background-color: #000;
}#menu-primary-navigation a {
color: #000000;
}/* Secondary Navigation
--------------------------------------------- */.nav-secondary .genesis-nav-menu {
padding: 20px 0;
}.nav-secondary a {
margin: 0 20px;
padding: 0;
}delight
MemberI added the code you sent me, but it didnt change the color.
I added under primary nav in the css.
What now?
delight
MemberHow do I do that?
delight
Memberawesome, thanks!
delight
Memberok, how do i access that database?
delight
MemberCute items for kids, plates, stationery, etc.....
delight
MemberThanks for the info.
It's disturbing to me that I came to this forum and asked a question a few weeks about page width and the response to fix said issue was to add the code I provided you above.
Now I will have to take the time to address that issue and hope nothing else gets messed up in the process.
Thanks again for the help.
delight
Member.home-even,
.home-odd {
font-size: 22px;
}
}This is the code I used to modify the page.
It still looks the same on mobile and I like that, I don't like the way it looks on desktop............I don't know I think I have a 23" monitor...........
I am wondering why the code didn't apply to the new sub cats I added...........
Thanks.
delight
MemberFull width layout in theme setting.
http://fabellastudios.com/services/ This page isn't full width
http://fabellastudios.com/about/ I need it to be full with like this page
Thanks.
delight
Memberawesome, thanks!
delight
MemberMaybe I need to make myself a little more clear. On my nav menu, I want "about" to show a drop down menu when you hover.
Thanks.
delight
Memberworked perfectly! Thanks!!!@!!
delight
MemberI added it to the bottom of the style.css page in the appearance>editor part of my WP theme..........nothing happened. Should I add it to the actual file and then upload again?
delight
MemberOk, thanks! Do you know where in the style.css?
Thanks.
delight
MemberThat box isn't checked, what do i do now?
delight
Memberfigured it out.............nevermind.
delight
MemberThanks. Followed the directions in the link you sent me and my sire looks like this: http://fabellastudios.com/
I cant seem to get the nav at the top of the page or any of the background images to show up.
Help!
delight
Membergood to know thanks. Does anyone know of any example sites using genesis and woocommerce?
delight
Memberok, well let me ask you this, I added an image to a menu item to get that imaged in the center of my nav, maybe there is a better way to do that all together than adding an image to a menu item?
Thanks.
delight
MemberHi,
thanks, changing the line height worked, now I need to center the entire thing, where can I do that?
-
AuthorPosts