How to remove the what we do only in one page?

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Thu May 15, 2014 2:57 am
Reply with quote
Report this post
I want to erase the "what we do" bu only in one page, and in the others I would like to change the message to "learn more"
Can you please explain me what do I have to do to select the code I want to override, what tool you recommend? Firebug lite for chrome?

Thank you
User avatar
Expert Boarder

teitbite
Thu May 15, 2014 8:45 am
Reply with quote
Report this post
Hi

"what we do" is a title of a module, so You can change it in module settings. To make it not show title easiest way would be to use custom code module as K2 tools with custom code option enabled and add this code to it:

Code: Select all
<style type="text/css">
#gkHeader h3.header {
display: none;
}
</style>


and publish it on pages where title should be hidden.
User avatar
Moderator

GK User
Thu May 15, 2014 9:18 pm
Reply with quote
Report this post
Sorry, but I don´t understand how to do it, and where should I do it. Could you please elaborate more in your answer. Like step by step, I am sorry to bother you, I am learning......
User avatar
Expert Boarder

GK User
Thu May 15, 2014 9:18 pm
Reply with quote
Report this post
Sorry, but I don´t understand how to do it, and where should I do it. Could you please elaborate more in your answer. Like step by step, I am sorry to bother you, I am learning......
User avatar
Expert Boarder

GK User
Sat May 17, 2014 12:25 pm
Reply with quote
Report this post
Hello, can you please help me with this issue? I am learning and sometimes it is not easy to understand, would you be so kind to give me step-by-step instructions please?
User avatar
Expert Boarder

teitbite
Tue May 20, 2014 10:54 am
Reply with quote
Report this post
Hi

Sorry I got sick and was not able to answer earlier.

Changing of title
1. Please open module ist in joomla panel
2. Find module called "what we do", open it and change title to "learn more"

Removing title from one page.
1. Create new module "K2 Tool"
2. Select option "Custom code"
3. Attach this module only to pages where title should be removed
4. copy the code in the custom code field

Code: Select all
<style type="text/css">
#gkHeader h3.header {
display: none;
}
</style>
User avatar
Moderator

GK User
Tue May 20, 2014 1:47 pm
Reply with quote
Report this post
thanks, get well soon.
User avatar
Expert Boarder

GK User
Wed May 21, 2014 10:16 pm
Reply with quote
Report this post
Hello, can you please help me?.

I can not find the "what we do" module, and I need to change the text to "learn more", can you tell me what should I do Please?

Thank you!
User avatar
Expert Boarder

teitbite
Fri May 23, 2014 10:23 pm
Reply with quote
Report this post
Hi

If You mean a module than it has an id of 672.
User avatar
Moderator


cron