normal Change size in Title and remove link/ Slide Show

More
10 years 10 months ago #4997 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!
Attachments:

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

More

Notice: Undefined variable: end_tag_params in /home/omegatheme/public_html/libraries/kunena/External/Nbbc/src/BBCode.php on line 2321

Notice: Undefined variable: end_tag_params in /home/omegatheme/public_html/libraries/kunena/External/Nbbc/src/BBCode.php on line 2321

Notice: Undefined variable: end_tag_params in /home/omegatheme/public_html/libraries/kunena/External/Nbbc/src/BBCode.php on line 2321
10 years 10 months ago - 10 years 10 months ago #5000 by Trung Duong
Hi,

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]

[img]...[/img]
Last edit: 10 years 10 months ago by Trung Duong.

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

Time to create page: 0.240 seconds

About Growth

Innovative tech for eCommerce growth

Contact Info

Head: No. 3, 175/55 Lane, Lac Long Quan St., Nghia Do Ward, Cau Giay District, Hanoi City, Vietnam