[Support request] Change Widget Title Colour

Home Forums Support [Support request] Change Widget Title Colour

Home Forums Support Change Widget Title Colour

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #582582
    Sebastián

    Hi

    I want to change the colour of one word from one of my widget titles (The word is: recomendados).

    See attachment: https://i.imgur.com/85SGlxs.png

    What CSS should I use?

    Thanks

    #582593
    David
    Staff
    Customer Support

    Hi Sebastian, you would need some HTML and CSS to do this. Add this markup for your widget title:

    Articulous <span class="my-class">Recomendados</span>

    Choose a class name to something appropriate and then use this CSS:

    .my-class {
        color: #AAA;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.