The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Noob problem: Main Logo background won't go away

3 posters

Go down

Solved Noob problem: Main Logo background won't go away

Post by Thomas Tarrants July 22nd 2017, 3:10 am

I have this unaesthetic blue bar at the top behind the header image and I can't seem to get rid of it. I've tried changing all the colours, I've tried changing the CSS, I just can't figure it out. I'm sure the solution is obvious but it eludes me. Could someone please help me with getting rid of it? It would be greatly appreciated.

Noob problem: Main Logo background won't go away Scst10

Forum:
http://solar-flux.forumandco.com/
Thomas Tarrants
Thomas Tarrants
New Member

Posts : 4
Reputation : 1
Language : English

http://solar-flux.forumandco.com/

Back to top Go down

Solved Re: Noob problem: Main Logo background won't go away

Post by SLGray July 22nd 2017, 4:02 am

See if you see this in your CSS stylesheet:
Code:
.headerbar {
    background-color: #000;
    background-image: url(https://i11.servimg.com/u/f11/12/23/37/45/row_bg10.jpg);
    background-repeat: repeat-x;
    margin-bottom: 4px;
    padding: 0 5px;
}

Code:
https://i11.servimg.com/u/f11/12/23/37/45/row_bg10.jpg

Noob problem: Main Logo background won't go away Row_bg10


Noob problem: Main Logo background won't go away Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51453
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: Noob problem: Main Logo background won't go away

Post by Thomas Tarrants July 22nd 2017, 4:55 am

The CSS I have available to edit does not have a headerbar section. The following is what I'm given.

Code:
body {
   background-color: #000000;
   background-image: url(http://2img.net/i/fa/pbucket.gif);
   color: #CCCCCC;
   font-family: Verdana, Arial, Helvetica, sans-serif;
}


.inputbox {
   background-color: #ffffff;
   border: 1px solid #BCBCBC;
   color: #000000 !important;
   padding: 2px;
   cursor: text;
   }


fieldset dl:hover dt label { color: #cccccc }
blockquote blockquote { background-color: #001155 }
.content h2 { color: #cccccc }
.inputbox, input.inputbox, textarea.inputbox, .inputbox:hover, .inputbox:focus { color: #000000 !important }
blockquote blockquote { background-color: #001155  !important}



font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }

p, td { font-size: 11px; }

a:link,a:active,a:visited { color : #0099ff; }
a:hover      { text-decoration: underline; color : #EEEEEE; }

hr   { height: 0px; border: solid #000000 0px; border-top-width: 1px;}

.bodyline {
   background-color: #000000;
   background-image: url(http://2img.net/i/fa/pbucket.gif);
}

.forumline {
   background-color: #000000;
   background-image: url(http://2img.net/i/fa/pbucket.gif);
}

td.row1   { background-color: #000000; }
td.row2   { background-color: #000000; }
td.row3   { background-color: #000000; }

th {
   color: #CCCCCC; font-size: 11px; font-weight : bold;
   background-color: #001155; height: 25px;
   background-image: url(images/cellpic3.gif);
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
   background-color:#000000; border: #000000; border-style: solid; height: 28px;
}

td.cat,td.catHead,td.catBottom {
   height: 29px;
   border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
   font-weight: bold; border: #000000; border-style: solid; height: 28px; }
td.row3Right,td.spaceRow {
   background-color: #000000; border: #000000; border-style: solid; }

th.thHead,td.catHead { font-size: 12px; border-width: 0px 0px 0px 0px; }
th.thSides,td.catSides,td.spaceRow    { border-width: 0px 0px 0px 0px; }
th.thRight,td.catRight,td.row3Right    { border-width: 0px 0px 0px 0px; }
th.thLeft,td.catLeft     { border-width: 0px 0px 0px 0px; }
th.thBottom,td.catBottom  { border-width: 0px 0px 0px 0px; }
th.thTop    { border-width: 0px 0px 0px 0px; }
th.thCornerL { border-width: 0px 0px 0px 0px; }
th.thCornerR { border-width: 0px 0px 0px 0px; }

.maintitle,h1,h2   {
   font-weight: bold; font-size: 22px; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
   text-decoration: none; line-height : 120%; color : #EEEEEE;
}


.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #cccccc; }
a.gen,a.genmed,a.gensmall { color: #0099ff; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover   { color: #EEEEEE; text-decoration: underline; }

.mainmenu   { font-size : 11px; color : #DCDCDC }
a.mainmenu   { text-decoration: none; color : #0099ff; }
a.mainmenu:hover{ text-decoration: underline; color : #EEEEEE; }

.cattitle      { font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #BCBCBC}
a.cattitle      { text-decoration: none; color : #0099ff; }
a.cattitle:hover{ text-decoration: underline; }

.forumlink      { font-weight: bold; font-size: 12px; color : #0099ff; }
a.forumlink    { text-decoration: none; color : #0099ff; }
a.forumlink:hover{ text-decoration: underline; color : #EEEEEE; }

.nav      { font-weight: bold; font-size: 11px; color : #CCCCCC;}
a.nav      { text-decoration: none; color : #0099ff; }
a.nav:hover   { text-decoration: underline; }

.topictitle   { font-weight: bold; font-size: 11px; color : #CCCCCC; }
a.topictitle:link  { text-decoration: none; color : #0099ff; }
a.topictitle:visited { text-decoration: none; color : #0099ff; }
a.topictitle:hover   { text-decoration: underline; color : #EEEEEE; }

.name   { font-size : 11px; color : #DEDEDE;}

.postdetails   { font-size : 10px; color : #FFFFFF; }


.postbody { font-size : 10px; line-height: 150%; font-color: #000000;}
a.postlink:link   { text-decoration: none; color : #0099ff; }
a.postlink:visited { text-decoration: none; color : #0099ff; }
a.postlink:hover { text-decoration: underline; color : #EEEEEE; }

.signature { font-size : 10px; color : #BCBCBC; }

.code {
   font-family: 'OCR A Extended', Lucida Console, sans-serif; font-size: 10px; color: #FFFFFF;
   background-color: #0C0064; border: #BCBCBC; border-style: solid; border-width: 1px;
}






.quote {
   font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #BCBCBC; line-height: 125%;
   background-color: #161616; border: #BCBCBC; border-style: solid; border-width: 1px;
}







.copyright   { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #999999; letter-spacing: -1px;}

a.copyright,a.copyright:visited,a.copyright:active   { color: #999999; text-decoration: none;}
a.copyright:hover { color: #BCBCBC; text-decoration: underline;}

input,textarea,select {
   color : #000000;
   font: normal 12px Verdana, Arial, Helvetica, sans-serif; font-color: #000000;
   bor3der-color : #FFFFFF;
}

input.post, textarea.post {
   background-color : #000000;
        font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-color: #000000;
}

select {
   background-color : #222222;
}

input {
        text-indent : 2px;
        font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-color: #000000;
}

input.button {
   background-color : #2A2A2A;
   color : #000000;
   font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

inpudt.mainodption {
   backgreound-color : #2A2A2A;
     color: #000000;
   font-weight : bold;
}

inpdut.liteopdtion {
   backeground-color : #2A2A2A;
   font-weight : normal;
}

form {
   margin: 0px;
   padding: 0px;
   border: 0px;
        font-color: #000000;
}

textarea, select {
   font-weight: normal;
   font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
   font-color: #000;
   border: 1px solid #888;
   background-color: #FFF;
}












.heldpline { background-color: #363636; border-style: none; }

@import url("formIE.css");
Thomas Tarrants
Thomas Tarrants
New Member

Posts : 4
Reputation : 1
Language : English

http://solar-flux.forumandco.com/

Back to top Go down

Solved Re: Noob problem: Main Logo background won't go away

Post by SLGray July 22nd 2017, 6:14 am

Ok add this to you stylesheet:
     
Code:
 .headerbar {
            background-image: none !important;        
        }


Noob problem: Main Logo background won't go away Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51453
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: Noob problem: Main Logo background won't go away

Post by Thomas Tarrants July 22nd 2017, 6:20 am

That solved it! Thanks so much!
Are there some resources for the complete list of CSS-accessible parameters?
Thomas Tarrants
Thomas Tarrants
New Member

Posts : 4
Reputation : 1
Language : English

http://solar-flux.forumandco.com/

Back to top Go down

Solved Re: Noob problem: Main Logo background won't go away

Post by SLGray July 22nd 2017, 7:05 am



Noob problem: Main Logo background won't go away Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51453
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: Noob problem: Main Logo background won't go away

Post by Thomas Tarrants July 22nd 2017, 1:28 pm

Yes. Thanks so much. Smile
Thomas Tarrants
Thomas Tarrants
New Member

Posts : 4
Reputation : 1
Language : English

http://solar-flux.forumandco.com/

Back to top Go down

Solved Re: Noob problem: Main Logo background won't go away

Post by Draxion July 22nd 2017, 1:51 pm

Problem solved & topic archived.
Please read our forum rules: ESF General Rules
Draxion
Draxion
Helper
Helper

Male Posts : 2518
Reputation : 321
Language : English
Location : USA

https://www.talesoftellene.com/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum