cbennett1959
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Screwed up a custom theme, need help with menuyes…. and it didn’t work. I am going in another direction. 🙁 after 12 hours of getting nowhere. (Momma said there’d be day like this)
Thanks for your efforts.
Forum: Fixing WordPress
In reply to: Screwed up a custom theme, need help with menuAbinav,
Thank you for the quick reply. The .css that addresses the HOME PAGE is home.css (See Below)
Someone else wrote this for me and they are no longer available.
#access {
height: 280px;
border-bottom: 4px solid #fdb94e;
overflow: visible;
position: relative;
}#access .menu {
width: 275px;
padding: 0;
margin: 20px 0 0 0;
float: left;
}#access .menu li {
float: none;}
#access .menu li a {
border-bottom: 1px solid #56714E;
display: block;
background: transparent url(/wp-content/themes/BCI/images/main_nav_arrow.jpg) no-repeat 60px right;
padding-left: 100px;
color: #fff;
font-size: 16px;
text-transform: uppercase;
font-family: Times, Times New Roman;
font-weight: bold;
}#access_img {
position: absolute;
top: 1px;
left: 300px;
}#header_verse {
color: #aaac85;
width: 300px;
position: absolute;
left: 670px;
top: 70px;
font-family: helvetica, arial, sans-serif;
font-size: 16px;
line-height: 20px;
}#main {
background: url(/wp-content/themes/BCI/images/home_background.png);
}#homepage_sidebar {
float: right;
overflow: hidden;
width: 240px;
padding: 0 20px;
}