Colour of <small> tag

Hello you wonderful people.

I am having issues with text colour.

When I use the tag in a classic custom headline or something, the colour changes. Can I either

A - not have it change?
or B - set its collar (to black?)

Thank you!

Alex.

Hello Alex,

Thanks for asking. :slight_smile:

You can change the color by adding following CSS under X > Theme Options > CSS:

small {
    color: #000;
}

1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar: https://www.youtube.com/watch?v=wcFnnxfA70g

2- For the CSS code itself, I suggest that you get started with this tutorial: https://www.youtube.com/watch?v=yfoY53QXEnI

Thanks.

Great, many thanks as ever!

You’re most welcome.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.