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.

how to remove one of the title corners

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

Though I have a build over medica proceeding (slightly behind schedule), I have one item where I would like to remove the bracket (border corner) with one of the content items. I can't seem to locate the devilish thing.

see the banner on this page (zt2 stacked module)
  • blueshift's Avatar
  • blueshift
  • 6 Month Developer
  • 2579 posts
  • 78 Thanks
  • Karma: 26
The administrator has disabled public write access.
RESOLVED!

blockquote:before (and :after)...

I appreciate that JoomlaBamboo fully implements the entire Joomla system - unlike in some other systems I've tried, with your templates, suffixes for page classes and module classes *always* work. X-Acto precision comes to object oriented deployment! :cheer:
  • blueshift's Avatar
  • blueshift
  • 6 Month Developer
  • 2579 posts
  • 78 Thanks
  • Karma: 26
The administrator has disabled public write access.
Thanks for the update

We do try testing wise :)
Sometimes obscure options do get missed

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
I didn't quite understand the solution here but I'd like to get rid of the corners on all titles.
  • Garageast's Avatar
  • Garageast
  • LIfetime Developer - Big Bamboo
  • 270 posts
  • Karma: 0
The administrator has disabled public write access.
Are we looking at these?

corners.png
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
If so try to add

h1.article-title:before, h2.article-title:before, h1.article-title:after, h2.article-title:after {display:none;}
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Here is how I removed them GLOBALLY from one production site where the client didn't want them. (He kept them on a different build.)
/*title corners */
.titlebanner blockquote:before,.titlebanner .zt-stacked .zt-text-intro:before,.titlebanner blockquote:after,.titlebanner .zt-stacked .zt-text-intro:after,h1.article-title:after,h2.article-title:after,h1.article-title:before,h2.article-title:before {
  width: 0 !important;
  height: 0 !important;
}
  • blueshift's Avatar
  • blueshift
  • 6 Month Developer
  • 2579 posts
  • 78 Thanks
  • Karma: 26
The administrator has disabled public write access.
Thanks :)
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Thanks guys
  • Garageast's Avatar
  • Garageast
  • LIfetime Developer - Big Bamboo
  • 270 posts
  • Karma: 0
The administrator has disabled public write access.
I assumed that code went into the custom.css file but I'm not having any luck with it there. Where did you drop it in?
  • Garageast's Avatar
  • Garageast
  • LIfetime Developer - Big Bamboo
  • 270 posts
  • Karma: 0
The administrator has disabled public write access.
It would be the custom.css file

Do you have a link?

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
I put it in custom.css

I just tested it in a dev site and it worked immediately. Do you have caching on? That would delay a response.
  • blueshift's Avatar
  • blueshift
  • 6 Month Developer
  • 2579 posts
  • 78 Thanks
  • Karma: 26
The administrator has disabled public write access.
caching both on site or server :)

Siteground trips me up on this all the time - server caching is on by default

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Working locally at the moment but I'll try figure out what I did wrong, thanks Paul.
  • Garageast's Avatar
  • Garageast
  • LIfetime Developer - Big Bamboo
  • 270 posts
  • Karma: 0
The administrator has disabled public write access.
No problem

good luck with it

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Add these two to the list .zen-module-title span:before,.zen-module-title span:after
  • blueshift's Avatar
  • blueshift
  • 6 Month Developer
  • 2579 posts
  • 78 Thanks
  • Karma: 26
The administrator has disabled public write access.
Thanks

Cheers
Paul
  • 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