Shape 5

Joomla Templates => Arthur - Club => : mtmit March 25, 2017, 10:59:51 AM



: Changing Colour of Arthur Top Text
: mtmit March 25, 2017, 10:59:51 AM
How do I change the colour of the font in Arthur Top Text?

Thanks


: Re: Changing Colour of Arthur Top Text
: mikek March 26, 2017, 06:50:40 PM
Hello,

I would suggest using a tool like Firebug so you can visually identify the css for these areas. You can add something like following to custom.css to override it:

.top_text_sub1, .top_text_sub2, .top_text_effect {
color:#000FFF !important;
}


: Re: Changing Colour of Arthur Top Text
: mtmit March 27, 2017, 03:58:39 AM
Hello,

I would suggest using a tool like Firebug so you can visually identify the css for these areas. You can add something like following to custom.css to override it:

.top_text_sub1, .top_text_sub2, .top_text_effect {
color:#000FFF !important;
}

Thanks that was very helpful. Another quick question? How do I change the colour of the font in the S5 Image and Content Fader v4 ?

Sorry! Your responses are most appreciated.


: Re: Changing Colour of Arthur Top Text
: mikek March 27, 2017, 07:10:50 AM
Hello,

Again, please use a tool like Firebug to identify these areas, we do not provide modification services as part of our support. The following css would change this:

.jdGallery .slideInfoZone, .jdGallery .slideInfoZone p {
color:#000FFF !important;
}


: Re: Changing Colour of Arthur Top Text
: mtmit March 29, 2017, 11:57:55 AM
Thanks. Just downloaded Firebug.

Again - help has been appreciated. Thanks