Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

Contact Form New Lifestyle

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Joomla: 3.3.3
URL: www.ffwddev.com/

Problem #3 - I would like the contact page to look similar to the one we are currently using. Here is a link to the current website.

www.getmedbill.com/en/contact-us

I like the shading in the table, but don't see how to make that happen with T3. While on the other site, notice how the RED links are clear to read and dark. Now look at my dev site with your template and the red is thin, light and difficult to read. I know that is part of my font issue, but this also shows my problem.
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Looking at the table you need to apply a bold font weight to

.item-title a

I'd also look to style the rows using the respective rows to get you started try using these styles

tr:nth-child(odd) {background-color: #f5f5f5;}
body .category thead tr {background-color: #D8D8D8 ;}
table {background-color: #FBFBFB;}

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Can you tell me how I would have found that code so I can look it up myself. I figured it was a CSS change, but I couldn't find it.

Thanks,
Kim
  • Kim Huff's Avatar
  • Kim Huff
  • 6 Month Developer
  • 86 posts
  • Karma: 0
The administrator has disabled public write access.
I used the Chrome developer tool

The styling exists in the other template as part of the template styling so its a case of targetting the right css at the html on the new template

Template css will always vary a degree as with above its similiar but not the same - its a little more specific for one line and less so for the others
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Depending on what the other site content is like you may need to use one of the page classes to target this page only as the table is quite general
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
The styling exists in the other template as part of the template styling

Exactly what "other" template are we talking about?

Kim
  • Kim Huff's Avatar
  • Kim Huff
  • 6 Month Developer
  • 86 posts
  • Karma: 0
The administrator has disabled public write access.
Hi Kim

I was comparing with the other site

www.getmedbill.com/en/contact-us
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
I would like the contact form on the dev site: ffwddev.com to look like the live site at getmedbill.com.

I find it difficult to follow without the lines / shading.
  • Kim Huff's Avatar
  • Kim Huff
  • 6 Month Developer
  • 86 posts
  • Karma: 0
The administrator has disabled public write access.
Hi Kim,

Have you tried adding what I suggested - that should get you started customising the template css

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
Last Edit: 9 years 7 months ago by manh.
The administrator has disabled public write access.
You would be working in the custom.css file
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers