How do I remove Text?

Support forum dedicated to free and advanced Joomla content presentation module with various layout options and data sources support.
GK User
Sat Nov 27, 2010 10:32 pm
How do I remove the text displayed near the bottom right of image on home page and also the pointer?
http://www.louiesplumbing.com
User avatar
Junior Boarder

GK User
Sun Nov 28, 2010 1:40 am
Hi

Disable menu on "footer_nav" module position.

Cheers ;)
User avatar
Platinum Boarder

GK User
Sun Nov 28, 2010 1:49 am
I'm sorry if it seamed I was describing footer nav. That was not my intention

On home page you can see the image of downtown San Diego and over that image there is text on the right side just a little bit toward the bottom in which I wrote (for clarity) 'How do I remove this text and pointer'.

I want to remove this text. I tried leaving it blank in the Gavick photoslide manager, but it pulls in text from some other source.

Any support is appreciated. Thank you.
User avatar
Junior Boarder

GK User
Sun Nov 28, 2010 2:01 am
That's pretty weird.

Did you tried to change this setting?

Code: Select all
show_text_block=true;

to
Code: Select all
show_text_block=false;


Anyway, if you don't want to use text block on this module ID, you can force this by doing this steps. I recommend that you enable override.css file (this way, future updates will not be effected) on template parameters and add this line on this file:

Code: Select all
#gk_is-newsimage1 .gk_is_text {display:none}



Cheers ;)
User avatar
Platinum Boarder


cron