×

Notice

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

TOPIC: Write Comment blends with template background!

Write Comment blends with template background! 15 years 5 months ago #4166

  • Ataraxia
  • Ataraxia's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 4
  • Thank you received: 0
Just wondering how to fix this? The link is there, and everything works, it's just invisible to see on my current template? :(

Write Comment blends with template background! 15 years 5 months ago #4168

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Well, you will have to make some css changes, but if you don't give me a link to your current installation I'm unable to tell you what exactly you have to change.

Write Comment blends with template background! 15 years 5 months ago #4173

  • Ataraxia
  • Ataraxia's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 4
  • Thank you received: 0
My current install can be found at www.digital-signal.net

I have tried changing the CSS as described in another thread, but it didn't seem to work? I can't seem to find what I'm doing wrong?

Write Comment blends with template background! 15 years 5 months ago #4174

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
I see the following thing in your template.
the readmore button has an image, that is impossible to be found.
transparent url(images/buttonreadmore.gif) no-repeat scroll 0 0;

this buttonreadmore is not there.
here is what you can do to make the text visible.
open your joomla.css file (should be in your template folder)
change the readon button from this
a.readon {joomla.css (line 319)
background:transparent url(images/buttonreadmore.gif) no-repeat scroll 0 0;
color:#00000;
display:block;
font-size:21px;
font-weight:bold;
height:20px;
margin-top:10px;
text-indent:-5000px;
width:86px;
}

to this
a.readon {
color:#FFFFFF;
display:block;
font-weight:bold;
height:20px;
margin-top:10px;
}

If you want your readon in another color, then you will have to change
color: #FFFFFF; to something else

Write Comment blends with template background! 15 years 5 months ago #4176

  • Ataraxia
  • Ataraxia's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 4
  • Thank you received: 0
Excellent! That shows the 'write comment', but the 'send' button blends with the background? Which CSS file do I need to change there?

Pretty new to some of this stuff. :)

E: SSlideBoth-Emotop and css btw for the layout.

Write Comment blends with template background! 15 years 5 months ago #4178

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
open joomlacomment's css file (css.css)
and find the
#comment .button {css.css (line 201)
}
to
#comment .button {
background:#000000;
color:#FFFFFF;
}

You can play with the values to fit your needs.

Write Comment blends with template background! 15 years 5 months ago #4179

  • Ataraxia
  • Ataraxia's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 4
  • Thank you received: 0
Excellent!

Everything is working as planned! Thanks heaps! :laugh:
  • Page:
  • 1
Time to create page: 0.102 seconds