- Posts: 17
- Thank you received: 0
Re: images not showing with articles in carousel
-
MartyBartram
Inactive member - Topic Author
- New Member
Less
More
12 years 7 months ago #18362
by MartyBartram
Replied by MartyBartram on topic Re: images not showing with articles in carousel
except now the text is white and unviewable; I will see if I can fix that. But thanks!
Please Log in to join the conversation.
-
MartyBartram
Inactive member - Topic Author
- New Member
Less
More
- Posts: 17
- Thank you received: 0
12 years 7 months ago #18363
by MartyBartram
Replied by MartyBartram on topic Re: images not showing with articles in carousel
Ok, Unfortunately even though I went in and changed the module settings in the template the text is still not visible in all the articles. Therefore I turned the html clean up back on, no pictures, but at least the text is visible.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6746
- Thank you received: 716
12 years 7 months ago #18388
by milos
Replied by milos on topic Re: images not showing with articles in carousel
Images are not visible when you enable Cleaning of HTML. However, if your text color is not appropriate when this option is disabled, you can use CSS to change color of text. In example, something like this (in template_css.css):
This will make text color black if your text is in paragraphs (p).
Code:
.carouselarticle p { color:#000000; }
Please Log in to join the conversation.
-
MartyBartram
Inactive member - Topic Author
- New Member
Less
More
- Posts: 17
- Thank you received: 0
12 years 7 months ago #18441
by MartyBartram
Replied by MartyBartram on topic Re: images not showing with articles in carousel
I tried the syntax you provided. I also tried about a dozen others based off the language in the css file. Here are the lines above and below what I inserted. What is the proper syntax to change the font in the carousel articles? I have not deleted the administrator account that I sent to you via the "report to moderator" so you can look at it there if you would like.
.hotcarousel h2 {
text-align:right;
font-family:'SansationBold', Verdana, Geneva, sans-serif;
font-weight:bold;
font-size:28px;
background:url(../images/h2_line.png) bottom right no-repeat;
}
.hotcarousel article {
color:#000000;
}
.hotcarousel a.readon {
font-family:'SansationBold', Verdana, Geneva, sans-serif;
font-size:13px;
font-weight:bold;
text-decoration:none;
}
.hotcarousel h2 {
text-align:right;
font-family:'SansationBold', Verdana, Geneva, sans-serif;
font-weight:bold;
font-size:28px;
background:url(../images/h2_line.png) bottom right no-repeat;
}
.hotcarousel article {
color:#000000;
}
.hotcarousel a.readon {
font-family:'SansationBold', Verdana, Geneva, sans-serif;
font-size:13px;
font-weight:bold;
text-decoration:none;
}
Please Log in to join the conversation.
-
MartyBartram
Inactive member - Topic Author
- New Member
Less
More
- Posts: 17
- Thank you received: 0
12 years 7 months ago #18447
by MartyBartram
Replied by MartyBartram on topic Re: images not showing with articles in carousel
I installed the Joomla Content Editor and fixed the issue. However I am interested in the correct language for the CSS as well. Thank you.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 7 months ago #18457
by ivan.milic
Replied by ivan.milic on topic Re: images not showing with articles in carousel
?????????????correct language for the CSS
Please Log in to join the conversation.
Time to create page: 0.092 seconds