- Posts: 39
- Thank you received: 39
Change size in Title and remove link/ Slide Show
- Maribel Delgado
-
Topic Author
- Offline
- Junior Boarder
-
Less
More
11 years 10 months ago #4997
by Maribel Delgado
Change size in Title and remove link/ Slide Show was created by Maribel Delgado
Hi, i need to change the size of the Title (k2 title) that appear in Slide Show, I need a bigger font. Also i want to remove the link in that title, i dont want to open a K2 article, just the Title in the front page.
Please let me know what i have to do tnaks!
Please let me know what i have to do tnaks!
Attachments:
Please Log in or Create an account to join the conversation.
- Trung Duong
-
- Offline
- Administrator
-
Less
More
- Posts: 2284
- Thank you received: 998
Notice: Undefined variable: end_tag_params in /ssd/home/omega_web/public_html/libraries/kunena/External/Nbbc/src/BBCode.php on line 2321
Notice: Undefined variable: end_tag_params in /ssd/home/omega_web/public_html/libraries/kunena/External/Nbbc/src/BBCode.php on line 2321
Notice: Undefined variable: end_tag_params in /ssd/home/omega_web/public_html/libraries/kunena/External/Nbbc/src/BBCode.php on line 2321
11 years 10 months ago - 11 years 10 months ago #5000 by Trung Duong
Replied by Trung Duong on topic Re: Change size in Title and remove link/ Slide Show
Hi,
You can edit font-size value in style.css around line 35:
You can disable title link by find this code below online 38 (path: modules/mod_ot_k2slideshow/tmpl/Default/default.php)
edit like this code:
Thanks
You can edit font-size value in style.css around line 35:
Code:
div#ot-k2-slideshow div.ot-item .itemText h3.moduleItemTitle, div#ot-k2-slideshow div.ot-item .itemText h3.moduleItemTitle a {
color: #FFF;
margin: 5px 0;
font-size: 25px;
}
You can disable title link by find this code below online 38 (path: modules/mod_ot_k2slideshow/tmpl/Default/default.php)
Code:
<?php if($params->get('itemTitle')): ?>
<h3 class="moduleItemTitle"><a href="<?php echo $item->link; ?>"><?php echo $item->title; ?></a></h3>
<?php endif; ?>
edit like this code:
Code:
<?php if($params->get('itemTitle')): ?>
<h3 class="moduleItemTitle"><?php echo $item->title; ?></h3>
<?php endif; ?>
Thanks
Support email: services(at)omegatheme(dot)com
Follow Us to keep updated!


[img]...[/img]
[img]...[/img]
[img]...[/img]
Last edit: 11 years 10 months ago by Trung Duong.
Please Log in or Create an account to join the conversation.
Time to create page: 0.186 seconds