Wordpress Themes - WP Forum at BFA
Click Here To DONATE! Support the theme development, get more attention and additional benefits based on your donation level. Your forum name will be highlighted.

Wordpress Themes - WP Forum at BFA » WordPress Marketplace » Customization, Design, Programming... »

removing the border around the page navigation


Build custom WP THEMES, without
coding.
Click here for THEMEFRAME

From the author of Atahualpa, the #1 most
downloaded (700,000+) theme @ wordpress.org
  #1  
Old Dec 9, 2009, 09:22 PM
Dani808's Avatar
Dani808
 
22 posts · Dec 2009
Hawaii
removing the border around the page navigation

BY the way thanks for the advice on the error I was getting from the functions.php issue I was able to resolve that.

Things are coming along nicely but I ran into one issue. I have successfully removed all the dashed borders by just doing a "hidden" prompt and it has worked for everything but the page navigation border. It is set up the same as I did the footer and left and right columns so I don't understand why it wont remove. Here is the page: http://www.hearttheearth.org
thanks!!
dani

Last edited by Dani808; Dec 9, 2009 at 09:33 PM.
  #2  
Old Dec 10, 2009, 07:43 AM
juggledad's Avatar
juggledad
 
19,975 posts · Mar 2009
OSX 10.6.8/10.7.3 WP 2.8.x/2.9.x/3.x Atahualpa 3.5.x/3.7.x Safari 5.x Firefox 11 XP
to set a color behind the page menubar and remove the border use
HTML Code:
/* ================================================ */
/* CSS to remove lines around menu and set color    */
/* ================================================ */
div#menu1 ul.rMenu {
	background: #yellow;
	border: none 0px; 
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++ */
if you don't want to effect the color, just remove the ' background: #yellow;'

Last edited by juggledad; Dec 10, 2009 at 08:12 AM.
  #3  
Old Dec 10, 2009, 08:04 AM
Dani808's Avatar
Dani808
 
22 posts · Dec 2009
Hawaii
Sorry where do I go to edit this? If I go to the CSS.php section there is a lot of codes that start off with what you gave me, I am not sure which one to edit plus they don't exactly match with what you are saying. Is there somewhere else I should be doing this?

Why can't I just remove it like I did with your theme editor. It worked perfectly for all the other sections and I have another blog it worked for but just not this one.

Thanks again!
  #4  
Old Dec 10, 2009, 08:13 AM
juggledad's Avatar
juggledad
 
19,975 posts · Mar 2009
OSX 10.6.8/10.7.3 WP 2.8.x/2.9.x/3.x Atahualpa 3.5.x/3.7.x Safari 5.x Firefox 11 XP
this goes in ATO->Add HTML/CSS Inserts->CSS Inserts
  #5  
Old Dec 12, 2009, 08:57 PM
Dani808's Avatar
Dani808
 
22 posts · Dec 2009
Hawaii
it hates me, or I am a retard and doing something wrong here because it isn't working. Should I just leave it, I guess it looks ok?
  #6  
Old Dec 13, 2009, 03:47 AM
juggledad's Avatar
juggledad
 
19,975 posts · Mar 2009
OSX 10.6.8/10.7.3 WP 2.8.x/2.9.x/3.x Atahualpa 3.5.x/3.7.x Safari 5.x Firefox 11 XP
use this, the original taked the dashes from the menu items, this take care of the menu area border
HTML Code:
/* ================================================ */
/* CSS to remove lines around menu background       */
/* ================================================ */
div#menu1  {
	border: none 0px; 
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++ */

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Removing Page titles in single pages with out removing post titles robertbrand Atahualpa 3 Wordpress theme 7 Jun 21, 2011 10:33 AM
I need help adding a border image to the outside of my page notimtolose Sidebars & Widgets 5 Oct 24, 2009 04:23 PM
[SOLVED] Space between Footer Border top and widget border bottom?? norwichkaren Atahualpa 3 Wordpress theme 12 Sep 25, 2009 07:32 AM
Removing page title from static front page in 3.41 or 3.42? whomadewho New Versions, & Updating 2 Jul 13, 2009 10:54 PM
Page menu border help BigG Page & Category Menu Bars 2 Mar 17, 2009 12:39 PM


All times are GMT -6. The time now is 08:53 PM.


Powered by vBulletin® Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.