- Posts: 3
- Thank you received: 0
Scroller Text & Color
12 years 9 months ago - 12 years 9 months ago #25836
by csmims
Scroller Text & Color was created by csmims
When using the Hot_Scroller module it shows up on the site with an ORANGE box with the text "Last Minute Offers" (using the HOT START installation). I cannot find where to alter that text or change the orange background of the header (not the scrolling background which is set in the scroller parameters but the background of the identifying text).
EDIT: I've found the location to change the intro text. I still cannot find where to change the orange background behind the intro text.
EDIT: I've found the location to change the intro text. I still cannot find where to change the orange background behind the intro text.
Last edit: 12 years 9 months ago by csmims. Reason: New information
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Offline
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 9 months ago #25840
by ivan.milic
Replied by ivan.milic on topic Scroller Text & Color
Open :
modules/mod_hot_scroller/tmpl/hot_scroller.css
this css entry:
.highlights_intro {
overflow:hidden;
font-family:"Cabin", Arial, Helvetica, sans-serif;
text-transform:uppercase;
background:#fe6f00;
color:#fff;
}
modules/mod_hot_scroller/tmpl/hot_scroller.css
this css entry:
.highlights_intro {
overflow:hidden;
font-family:"Cabin", Arial, Helvetica, sans-serif;
text-transform:uppercase;
background:#fe6f00;
color:#fff;
}
Please Log in to join the conversation.
Time to create page: 0.299 seconds