Skip to content

Commit b5b748c

Browse files
committed
CSS to hide repeating text in tab menu
1 parent 11a8743 commit b5b748c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

css/style.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,7 @@ body {
4444
padding: 1rem;
4545
background-color: #efefef;
4646
text-align: center;
47+
}
48+
.ui-tabs-panel #subtitle{
49+
display:none;
4750
}

managers/pipeline.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@
88

99
<h1>My Custom CRM - Sales Pipeline</h1>
1010

11+
<section id="subtitle">
1112
<h2>Welcome! Manager</h2>
1213
<div>
1314
You can manage your sales team and contacts here.
1415
</div>
15-
1616
<br />
17+
</section>
1718

1819
<?php
1920
//$_GET['currentPage'] = 'pipeline';

0 commit comments

Comments
 (0)