×

Notice

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

TOPIC: wanna "write comment" za same style like read more

wanna "write comment" za same style like read more 15 years 4 months ago #4786

  • Leo
  • Leo's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 4
  • Thank you received: 0
Peace be upon you..
Hello There

I want to make "write comment" the same like "read more" button , the same style , background ..

which line I should modify and to which code in which file?

:huh:

wanna "write comment" za same style like read more 15 years 4 months ago #4787

  • JonusC
  • JonusC's Avatar
  • Offline
  • Platinum Boarder
  • Platinum Boarder
  • Posts: 785
  • Thank you received: 48
With great difficulty. THe 'Write New' button class is within a list so as far as I know you cant just apply the same style without completely redesigning the template...

You'll have to copy the CSS from your Joomla template and insert it to your JoComment template, possibly adapting it - especially if your Read More button has a custom background graphic. In your Joomla Template CSS file, search for...
.button, a.readon
and copy that style code, then open up the CSS file for the JoComment template and if you're using modern template put it under....
#comment div.josc_buttons ul li a
...I think that will work, it gives you an idea anyway.

If you're not using the modern template then I'm not sure sorry... I don't want to sound rude saying this, but this question would be better suited to a forum about general Web Design and CSS style code... :blush:

Tip: If you take a look at the Firebug extension for Firefox, you can right-click just about anything on a webpage and choose 'Inspect' to find the CSS styling applied to it, and even where the source file is and what line it's on. It really helps when you want to hack around with Joomla extensions and make your own styles ;)
  • Page:
  • 1
Time to create page: 0.107 seconds