Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Customization, Design, Programming... (http://forum.bytesforall.com/forumdisplay.php?f=22)
-   -   removing the border around the page navigation (http://forum.bytesforall.com/showthread.php?t=4799)

Dani808 Dec 9, 2009 09:22 PM

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

juggledad Dec 10, 2009 07:43 AM

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;'

Dani808 Dec 10, 2009 08:04 AM

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!

juggledad Dec 10, 2009 08:13 AM

this goes in ATO->Add HTML/CSS Inserts->CSS Inserts

Dani808 Dec 12, 2009 08:57 PM

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?

juggledad Dec 13, 2009 03:47 AM

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;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++ */


Dani808 Dec 13, 2009 07:45 AM

Yay it worked! Just donated some more as a thank you.


All times are GMT -6. The time now is 09:53 AM.

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