- Posts: 13
- Thank you received: 0
No Article Text
-
jaynedell
Inactive member - Topic Author
- New Member
Less
More
13 years 11 months ago #4538
by jaynedell
No Article Text was created by jaynedell
How do I eliminate the article info text. I want the images to be blank with no text. Can you please let me know.
Thanks,
Jay
Thanks,
Jay
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 11 months ago #4542
by ivan.milic
Replied by ivan.milic on topic Re: No Article Text
You can control what will be shown and what not by setting Article Parameters to the right side of the page when editing article.
Please Log in to join the conversation.
-
jaynedell
Inactive member - Topic Author
- New Member
Less
More
- Posts: 13
- Thank you received: 0
13 years 11 months ago #4543
by jaynedell
Replied by jaynedell on topic Re: No Article Text
It is the info text "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla tincidunt condimentum lacus. Pellentesque ut diam." That I want to eliminate and leave blank. I also would like to eliminate the title in the image. Sorry for the confusion on the original request.
Jay
Jay
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6742
- Thank you received: 715
13 years 11 months ago #4545
by milos
Replied by milos on topic Re: No Article Text
Please download and install the latest version of Hot Newsflash module from our site (free).
Please Log in to join the conversation.
-
jaynedell
Inactive member - Topic Author
- New Member
Less
More
- Posts: 13
- Thank you received: 0
13 years 11 months ago #4549
by jaynedell
Replied by jaynedell on topic Re: No Article Text
Milos, that was better, and I figured out how to get rid of the text in the image. But know I have the heading text color popping up in the tabs. Here is the link so you see what I am talking about.
kbskitchen.com/kbsnew/
I want to eliminate that text or hide it behind the tabs.
Thanks,
jay
kbskitchen.com/kbsnew/
I want to eliminate that text or hide it behind the tabs.
Thanks,
jay
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 11 months ago - 13 years 11 months ago #4553
by ivan.milic
Replied by ivan.milic on topic Re: No Article Text
Using a Template Manager option Edit HTML, finf this:
#featured .ui-tabs-panel .infotext {
left: 769px;
position: absolute;
top: 0px;
}
add display:none; like in next code snippet:
#featured .ui-tabs-panel .infotext {
left: 769px;
position: absolute;
top: 0px;
display:none;
}
(P.S. or delete
position: absolute;
top: 0px;)
#featured .ui-tabs-panel .infotext {
left: 769px;
position: absolute;
top: 0px;
}
add display:none; like in next code snippet:
#featured .ui-tabs-panel .infotext {
left: 769px;
position: absolute;
top: 0px;
display:none;
}
(P.S. or delete
position: absolute;
top: 0px;)
Last edit: 13 years 11 months ago by ivan.milic.
Please Log in to join the conversation.
Time to create page: 0.303 seconds