text in contacts

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
Tue Mar 21, 2017 12:53 am
Reply with quote
Report this post
Hey guys,

I need to have some text under the title in the contacts module.

I have this code in the custom html module:
<div class="gkColumnLeft">
<p>
Tel:<br/> +315 212 491 480<br/>Morada:<br/>Avenida Engenheiro Duarte Pacheco, Torre 2, Piso 7, Sala 9, 1070-102 Lisboa
</p>
</div>

But the text just disappear after loading. I'm guessing its because an overlay effect, but i'm not finding the way to disable it.

http://mediain.pt/playmakers.pt/#contact

Any ideas on how to avoid the text from disappearing?

Thanks!
User avatar
Senior Boarder

Joshua M
Tue Mar 21, 2017 9:09 am
Reply with quote
Report this post
Hi,

Please add this code to override.css and make sure override is enabled in template settings.
Code: Select all
#contact .gkColumnLeft {
   position: relative;
}

#contact .gkColumnLeft p {
   color: #fff;
}
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.