×

Notice

The forum is in read only mode.
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: Changing column background color

Changing column background color 15 years 6 months ago #1328

  • sushismb
  • sushismb's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 6
  • Thank you received: 0
Hello,

I followed the instructions on how to edit the template which I was succesful in changing the css as follows;

#comment #CommentMenu .button a:hover {
background: #ff9900;
background: #ffcc66;

But then it doesn't seem to reflect in the front end page. I tried to delete the cash but it's still the same.

Basically, I would want to change the default blue to another color.

I'd appreciate your help!

Thank you in advance!

Changing column background color 15 years 6 months ago #1342

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
May I see your web site?

Changing column background color 15 years 6 months ago #1347

  • sushismb
  • sushismb's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 6
  • Thank you received: 0
www.coco.ph ... but it's all in Japanese so you may not be able to gather anything from there.

As I was saying, I just want to change the default blue background to something else.

Changing column background color 15 years 6 months ago #1350

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
What exactly do you want to change? Please make a screenshot.
If it is the blue line do that
#comment .sectiontableheader {css.css (Linie 36)
background: your color here;
color:white;
height:15px;
line-height:15px;
padding:2px;
}

Changing column background color 15 years 6 months ago #1352

  • sushismb
  • sushismb's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 6
  • Thank you received: 0
Here it is...

It is the bar/column which says "COMMENT | SEARCH".

Changing column background color 15 years 6 months ago #1353

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Ok, then the thing I wrote above should help.

Changing column background color 15 years 6 months ago #1357

  • sushismb
  • sushismb's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 6
  • Thank you received: 0
Hello,

This is what I see in the original;

#comment .sectiontableheader {
height: 15px;
line-height: 15px;
color: white;
padding: 2px;
background: url(../images/sectiontableheader.png);

and this is what you suggested;

#comment .sectiontableheader {css.css (Linie 36) background: your color here; color:white; height:15px; line-height:15px; padding:2px; }

Do you mean that I will only change the "background: url(../images/sectiontableheader.png);" to "background: orange;"? If so, it will be like this;

#comment .sectiontableheader {
height: 15px;
line-height: 15px;
color: white;
padding: 2px;
background: orange;

Am I right?

Changing column background color 15 years 6 months ago #1361

  • sushismb
  • sushismb's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 6
  • Thank you received: 0
Hello,

It seem to have worked. The background color of the COMMENT section was changed.

But the SEARCH portion is still BLUE. Could you please point to where I could change the color again?

Thanks in advance!!!

Changing column background color 15 years 6 months ago #1363

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
#comment #CommentMenu .button a {css.css (Linie 26)
background:transparent url(../images/sectiontableheader.png) repeat scroll 0 0;
color:white;
padding-left:5px;
padding-right:5px;
}

remove the background and it should be ok.
Greetings!
Daniel

Changing column background color 15 years 6 months ago #1380

  • sushismb
  • sushismb's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 6
  • Thank you received: 0
Thank you very much Daniel!

Everything worked!

I just hope this would be included int he FAQ and the ReadMe/Manual.
  • Page:
  • 1
Time to create page: 0.131 seconds