Skip to Content Skip to Menu

How to hide tab title ?

  • dotcom22
  • dotcom22
  • OFFLINE
  • Posts: 522
  • Thanks: 14
  • Karma: 4
10 years 5 months ago #245452 by dotcom22
How to hide tab title ? was created by dotcom22
I use Bootstrap template and I would like hide the title of a specific tab. The only solution seem to choose "raw display without title" but in that case the rounded tab border is also hidden. My goal is to keep this border but simply without the title. The fact to use _UE_BLANK as a title is not a solution because the tab still present with his little gray horizontal line.

If I use:
Code:
div.tab-row {display: none;}


this remove all title tab and if I tried to target desired tab only with:

Code:
#cbtab38.tab-row {display: none;}

this don't work.

any clue ?

I use Joomla 3.3.6 - CB 2.0.4 - CBSubs 4 - Several Incubator plugins

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 48478
  • Thanks: 8282
  • Karma: 1443
10 years 5 months ago #245459 by krileon
Replied by krileon on topic How to hide tab title ?
You'd need to use CSS to hide it. This won't be an issue for CB 2.0 as we've a rounded display mode with and without title now. Right click the title then click Inspect Element in Chrome or Firefox to see its CSS classes and/or ID so you can target it with CSS. If I recall correctly on 1.9 the title is contained in a div with contentheading class. So the below may work.

Code:
.cb_tab_rounddiv .contentheading { display: none; }


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.
The following user(s) said Thank You: dotcom22

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum