I have changed all of the color options in the Basic/Color options to blues and greens but I am still getting orange as the hover color site wide. I HATE orange so this needs to change…LOL
How do I select which posts to use on my front page section 9 “My Sister Sites?” I tried changing the cat= to a category that I had set up and selected for the desired posts but the post that did not have that category also showed up.
I also want to know how to change the color of the sliding shadow in posts-style3
JulieO
Dave,
My primary site is natureinwool.com and I have 12 sites that are sub-domains of that, most of them I set up because I wanted the domain names so I use them as my practice sites. It sounds silly but natureinwool.com is the site I want to reset because the first theme I ever installed on it left un ugly color scheme in the dashboard. I did reset some of the other sites by deleting the files through FTP but I can’t do that with the primary.
When I first asked the question it did not occur to me that this was the primary so now I need to ask, is this plug-in something I can use with me primary without affecting the sub-domains?
Thanks in advance,
JulieO
I am using SKT Full Width Pro and noticed an issue on mobile – when displaying the site horizontally, the right side of the header turns to black while the logo area on left of the header stay with the correct color #c5dde1. When display vertically on the mobile, the header background color is correct #c5dde1.
.header .header-inner .nav { background:#f88203 !important; margin-top:35px !important; padding-right:30px !important;}
.header .header-inner .nav ul li { line-height:55px !important;}
.header .header-inner .nav ul li a { line-height:inherit !important; padding:0 0 0 25px; color:#fff !important;}
.header .header-inner .nav ul li a:hover, .header .header-inner .nav ul li.current_page_item a, .header .header-inner .nav ul li.current_page_item ul li a:hover, .header .header-inner .nav ul li.current-menu-ancestor a.parent, .header .header-inner .nav ul li.menu-item-has-children:hover a { color:#000 !important;}
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
.header .header-inner .nav { background:#f88203; margin-top:35px; padding-right:30px;}
.header .header-inner .nav ul li { line-height:55px;}
.header .header-inner .nav ul li a { line-height:inherit !important; padding:0 0 0 25px; color:#fff !important;}
.header .header-inner .nav ul li a:hover, .header .header-inner .nav ul li.current_page_item a, .header .header-inner .nav ul li.current_page_item ul li a:hover, .header .header-inner .nav ul li.current-menu-ancestor a.parent, .header .header-inner .nav ul li.menu-item-has-children:hover a { color:#000 !important;}
I want to change the complete background color of the latest posts section on the homepage into the color #bbbb4d.
When I inspect the elements I get the following code:
element {
background-color: #f7f7f7;
}
but when I copy the code, change it and paste it into extra CSS it doesn’t change. What code can I use?