Forum Replies Created
-
You can use the build-in WordPress menu system:
http://www.yoursite.com/wp-admin/nav-menus.php
Then Create & (re)name the mainmenu to Your liking ๐
The Widgets to the right is controlled here:
http://www.yoursite/wp-admin/widgets.php
Kim
I Think this will do either in Your style.css, Custom CSS or Child Theme – style.css:
.sidebar h3 {
background: url("images/sprite_master.png") no-repeat scroll -390px top transparent;
clear: both;
color: #333232;
font: bold 13px/33px "Trebuchet MS";
height: 33px;
letter-spacing: 0.03em;
margin: 0 0 5px -12px;
padding-left: 12px;
width: 243px;
}The font line:
font: bold 13px/33px "Trebuchet MS";is where You can choose the font size or font You like best ๐
You find style.css here:
http://cappiesallinone.com/wp-admin/theme-editor.php
Kim
In reply to: Problem with IE ver 6 and 7 – Page doesn't display properly
April 8, 2011 at 2:56 pm #13494Maybe this page settings:
/wp-admin/options-reading.php
Kim
Im only recommend code that works on my site or test site.
This post stops here for me..
Kim
I like both Your answer & question ๐
Its not the full point. Say You need changes in functions.php or any other php file, even empty ones ๐
Custom CSS is fine for small styling changes & test before aprove in Child Theme style.css
Trust me, im not pulling Your leg here. If All Your changes now are in Custom CSS, then its
easy to make Your very own Child Theme
style.cssTry search forum for help & update.And Get it right from start. Last one, You only need to read the first post here:
Kim
When did You change permalinks?
The latest WordPress 3.1.1 adressed this..
This plugin might tell something: Broken Link Checker
Kim
Try this post (3 hours old ๐
You have to edit functions.php
Wonder how You remember changes without Child Theme when You update theme ๐
Kim
Always make changes in a Child Theme ๐
Its not the update but changes in core files that are gone with any WordPress theme update.
So I think You have read these lines carefully.
Your last post is from 040411. Hmm..maybe some change within the last 3 days..
Kim
Maybe You mean
#sidebar_bottom๐#sidebar_bottom {
background: none;
clear: both;
margin-top: -10px;
padding: 0 0 20px;
}Kim
