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.

some items i can't seem to change in custom.css

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

I'm working on building out a demo over newlifestyle. there seem to be some styles that can;t be overridden by custom.css. For example.

Changing the border declaration in #bottomrow to border-top: 0;

it works in the inspector. it works if i change the theme's template.css. but changing in custom.css doesn't change anything.

what am I missing?

--> dev link <--
  • blueshift's Avatar
  • blueshift
  • 6 Month Developer
  • 2579 posts
  • 78 Thanks
  • Karma: 26
The administrator has disabled public write access.
i used as my guide the dictum "don't force it. get a bigger hammer." So in the template manager, I changed the tertiary color to #fff and at least all those borders went away. Brutal. But effective.
  • blueshift's Avatar
  • blueshift
  • 6 Month Developer
  • 2579 posts
  • 78 Thanks
  • Karma: 26
The administrator has disabled public write access.
Every solution is a good solution if you are satisfied with the final result

Anyway, you can try to add this to your custom css to override template css definition

#bottomrow {
border-top: none !important;
}
  • mihha's Avatar
  • mihha
  • 12 Month Developer
  • 711 posts
  • 44 Thanks
  • Karma: 11
The administrator has disabled public write access.

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

Happy Campers