nickie1105
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Indenting sub pages in the sidebar???Yayyyyyyyy, it worked, thanks so much!!! You’re my hero!!!
Forum: Fixing WordPress
In reply to: Indenting sub pages in the sidebar???Thanks stvwlf…much appreciated! Could you be a bit more explicit in where in the sidebar css I should enter this…I’m a complete beginner! x
Forum: Fixing WordPress
In reply to: Two links to homepage in nav bar???Thanks Michael…phew, FINALLY…all’s well now and the homepage that came with the theme is now gone…couldn’t have done it without you, you’re my hero lol!!!
Forum: Fixing WordPress
In reply to: Two links to homepage in nav bar???Thanks Michael, I really appreciate your reply…okay, I’ve copied and pasted the header.php file here as I don’t know what I’m looking for and I’m hoping you might be able to tell me what to do next…what code to look for and delete???
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="https://www.w3.org/1999/xhtml" <?php language_attributes(); ?>> <head profile="https://gmpg.org/xfn/11"> <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> <title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></title> <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /><!-- leave this for stats --> <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" /> <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" /> <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /> <?php wp_head(); ?> </head> <body> <div id="logo-wrap"> <div id="logo"> <h1><a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a></h1> <h2><?php bloginfo('description'); ?></h2> </div> </div> <!-- end logo --> <div id="header"> <div id="menu"> <ul> <li class="page_item<?php if (is_home()) echo ' current_page_item'; ?>"><a href="<?php echo get_option('home'); ?>/" class="current_page_item">Homepage</a></li> <?php wp_list_pages('title_li=' ); ?> </ul> </div> <!-- end menu --> </div> <!-- end header --> <div id="wrapper"> <div id="wrapper-btm"> <div id="page">
Again, I’d really appreciate your help, this is driving me crazy lol!!!
Forum: Fixing WordPress
In reply to: Change specific color?I’m no expert and only just starting using WordPress myself. Using Firebug to identify the code you need to be looking for to change the border you need to look around line 18 for this and change the hex code for the desired colour:
#body-container {style.css (line 18)
background:#01203C none repeat scroll 0 0;
margin:0 auto;
overflow:hidden;
padding:0 12px;
width:942px;Forum: Fixing WordPress
In reply to: Removing a child category after deleting parent?Anyone???