CSS code for Enterprise Theme
-
Okay, add the code back
#searchform, #subnav, .rsslink { display:none; }and add this to the CSS
#sidebar .widget_search form {display: block;}That should hide the search field in the header but display the one in the sidebar.
HTH.
-
-
GREAT theme and finally have it working on my blog (inchristus.wordpress.com).
How can I hide the categories row in the header? -
No problem, Shim.
Pdadams,
To hide the categories bar you’d need to have the CSS upgrade.
-
-
Hi. I need to know how big the default image for Enterprise background and header. I wanna change both with my own images, just can’t figure their required resolution.
Thanks.
-
Oh, and I don’t code. So please please I’d appreciate much if you help me not with code language. I’m not a techie. Thanks again.
-
The default header image is stated there: Dashboard | Appearance | Header
Images of exactly 960 x 80 pixels will be used as-is.
I have no idea what the measurement of background image is nor do I understand how it works. Judging from the space provided, it may even be the same as header image. No harm experimenting.
-
-
-
Thank you. I tried last nite. 960 x 80 for header, 1400 x 875 for background. It seems fine since the wallpaper I use for background isn’t too crowded with details. Just 1 samurai on bottom right, and he doesn’t even appear fully as in the original image, LOL.
But that’s fine, I’m good with it. Thanks for answering.
-
-
Hi guys. This thread has been very helpful, so thanks. Quick question, though: how do you hide the search bar in the header without hiding the RSS feed items in the navbar?
-
Here’s the solution:
https://en.forums.wordpress.com/topic/css-code-for-enterprise-theme?replies=36#post-468374
In your case, remove the “.rsslink” selector from the list.
Also, I see you’re duplicating some properties (i.e. -moz-border-radius-topleft:0;) You might want to try using:
#wrap, #nav, div#header { ... }As shown here:
https://en.forums.wordpress.com/topic/css-code-for-enterprise-theme?replies=36#post-468190
-
I’m looking to try out the enterprise theme, but would only want it if I could get the links (which are currently blue) to a red colour. I have no idea where to start with CSS so was wondering if anyone could help me?
Thanks
-
@sgmboro
I have no idea where to start with CSS so was wondering if anyone could help me?
If you have CSS editing experience, you can get the paid custom CSS upgrade and renew it annually. Since there is no official Staff support for the CSS upgrade, and precious little Volunteer support, I recommend that you don’t buy the upgrade unless you have at least moderate understanding of HTML and CSS because you must be prepared to do the work on your own.
If you are considering purchasing the upgrade, you can go to Appearance > Edit CSS. There wordpress has provided a preview function where you can try before you buy.
http://en.support.wordpress.com/custom-css/
- The topic ‘CSS code for Enterprise Theme’ is closed to new replies.