Shape 5

Joomla Free Extensions => News Ticker v3 - Free => : MarRose November 24, 2015, 01:09:56 PM



: Changing text colour and size of Pretext
: MarRose November 24, 2015, 01:09:56 PM
I've seen other threads on this topic but they date back several years. I cannot find where to make any of the changes that were mentioned in the old threads so I suspect things have changed since then. Can I have an up-to-date solution to this problem please.

Martine


: Re: Changing text colour and size of Pretext
: jonahh November 24, 2015, 02:02:16 PM
Hello,

Sure you can just add the following to a CSS file and edit as needed:

:
#s5textrotatecls_otr a {
    color: #868686;
    font-size: 0.9em;
}


: Re: Changing text colour and size of Pretext
: edgarjjd December 26, 2015, 06:26:04 PM
I added the following code to style.css file, but the text does not change color, sew there anything else to do?

# s5textrotatecls_otr to {
     Color: #ffffff;
     font-size: 0.9em;
}

The page is: http://bandaboshperu.com/


: Re: Changing text colour and size of Pretext
: jonahh December 28, 2015, 02:20:18 PM
This is because of 2 reasons:

1. There is a space after the #
2. The "a" I had above appears to have changed to "to"

If you copy my code exactly as I had then it should work.