Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   New Versions, & Updating (http://forum.bytesforall.com/forumdisplay.php?f=12)
-   -   [SOLVED] Gold member but can't access (http://forum.bytesforall.com/showthread.php?t=19105)

jenb Dec 11, 2012 07:50 PM

[SOLVED] Gold member but can't access
 
Hi I am a gold member, (I paid a couple years ago) but cannot access the gold forum to remove the link in the footer.

Also, i would like to know how to make the width of the menu bar larger, and the same size as the parts that contain text. It seems that they are about a pixel wider.

Thanks ,
Jennifer

lmilesw Dec 11, 2012 09:33 PM

Here is a link directly to the removal instructions. Please tell me what happens when you click it. All your info indicates you should be able to access the Gold forum.

For your other question take a look at the instructions in the Menu section of the theme options. It mentions putting a border on the menu.

jenb Dec 12, 2012 06:09 AM

Thanks, through that link I was able to access.

jenb Dec 12, 2012 06:15 AM

Also, checked out the menu section on the theme, and I tried putting a 1 px border around the menu, but the change did not take effect. I used the same color as the background, even tried a 4px to see if there was any change.

juggledad Dec 12, 2012 06:42 AM

what is the url?

jenb Dec 12, 2012 07:01 AM

The url is davidbrianministires.com

My client also wants the height of the menu bar to be taller, and without the extra pixel showing up around the page titles, AND more space in between the titles.

Is there a change to the code that needs to be made? Also, where would I insert the code?

First time I'm doing one for a client, so kind of nervous about getting this right, thanks!

juggledad Dec 12, 2012 07:07 AM

url is incorrect

jenb Dec 12, 2012 08:06 AM

oops, sorry, its davidbrianministries.com

juggledad Dec 12, 2012 08:33 AM

try in the css inserts
HTML Code:

#menu1 {
    border: 1px solid #000000;
}


lmilesw Dec 12, 2012 08:35 AM

You could try the following in the CSS Inserts section of the theme options.
HTML Code:

#menu1 #rmenu2 a {
    padding: 10px;
}
#menu1 #rmenu2 {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

You could use 1px solid black in the menu border box but you will then have a 1px border on the left of the menu which you may not like.

jenb Dec 12, 2012 11:05 AM

Thank you so much imilesw!!
that did it!!


All times are GMT -6. The time now is 11:16 AM.

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