widget, different colour for part of the text

  • harman79

    #6647

    Hi all,

    I have been trying to change the colour of part of my text in a text widget. No luck so far…

    Could anyone kindly provide me with some help? I am pretty sure this must be easily sorted using custom CSS code..

    My site, currently under development, is

    http://www.mds-auto.gr

    Cheers,

    Harry

    Anonymous

    #35159

    Inline css

    <p style="color:#123456;">Some text </p>

    Extremal/Custom CSS

    HTML

    <p class="some-colored-text">Some text here</p>

    And Custom CSS,

    .some-colored-text {
    color: #123456;
    }

    harman79

    #35160

    Prasanna,

    my hero mate.. Used inline css.. I am starting to love this…

    Thanks again.

Viewing 3 posts - 1 through 3 (of 3 total)

  • You must be logged in to reply to this topic.