×

Notice

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

TOPIC: Formatting Elements

Formatting Elements 10 years 6 months ago #28348

  • Bill Stripp
  • Bill Stripp's Avatar Topic Author
  • Offline
  • Junior Boarder
  • Junior Boarder
  • Posts: 24
  • Thank you received: 0
I have a few areas I would like to change format. Which CSS elements should I modify to make sure that the styling is correct? Like the gentleman who was asking about the differing templates, I would like to make sure that changes that I incorporate do not have to be modified every time the plugin updates if possible.

Location 1:
The background of the event summary.


Location 2:
The alternating bars for the booking overview.


Thank you in advance for the wonderful support so far!

Formatting Elements 10 years 6 months ago #28349

  • Yves Hoppe
  • Yves Hoppe's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 3519
  • Karma: 71
  • Thank you received: 556
Location 1:

#mat_infobox {
background: #f4f4f4;
}

Just replace #f4f4f4; through your new color.

Location 2:

.row-even {
background-color: #f9f9f9;
}

Kind regards,

Yves

P.S.: I wrote a tutorial on how to easily find out these things using Firebug for Firefox ;)

compojoom.com/blog/entry/how-to-use-fire...f-a-joomla-extension

Formatting Elements 10 years 6 months ago #28350

  • Bill Stripp
  • Bill Stripp's Avatar Topic Author
  • Offline
  • Junior Boarder
  • Junior Boarder
  • Posts: 24
  • Thank you received: 0
That tutorial is brilliant, thank you. Installed the add on and found exactly what you were talking about. Thanks!
  • Page:
  • 1
Time to create page: 0.134 seconds