Hi there,
I'm having a little difficulty figuring our exactly what is causing the box on the following page to show up:
The box appears at the end of all of our posts after our related posts section just before the hr break and comments field. I am looking to make this box not show up on the pages as it is empty and unnecessary. We have the following coding in our custom css section for the theme:
.social-box {display: none;}
.submenu {
background-color: #000000;
}
table.bbp-forums th, table.bbp-topics th, table.bbp-topic th, table.bbp-replies th {
background-color: #030d31;
}
.ribbon, .social_bookmarks .rss a {
display: none !important;
}
#header .submenu{
font-color: #000000;
}
.main_menu a:hover {
font-weight: bold;
color:#ffcc00;
}
.main_menu{
background-color: #030d31;
}
/* MAIN MENU FONTS */
.main_menu a {
font-weight: bold;
color: #ffffff;
}
/*content area*/
/************************************************************************
-) CONTENT AREA
*************************************************************************/
/*content area*/
#main{ /*main area, contains all content and sidebars*/
padding: 0px 0px;
}
.post-entry{
margin-bottom: 10px;
}
.post-entry .slideshow_container{
position: relative;
top: 0px;
left:-18px;
margin: 0;
}
#top .main_menu .avia_mega div ul {
line-height: 21px;
background-color: #fbfbfb;
}
#top .main_menu .avia_mega ul a{
background-color: #fbfbfb;
}
#top .main_menu .avia_mega div ul li li{
background-color: #fbfbfb;
}
.bbp-forums {
width: 100%;
}
.search_site {
display: none !important;
}
#header .submenu{
display: none !important;
}
body {
color: #000000;
}
.post-entry {
padding: 5 9px!important;
margin-top: 0px;
}














