• Resolved inventorgeorge

    (@inventorgeorge)


    Is there a way I can modify text in a text widget? It is light gray right now, and not very attractive. I would like to brighten up my pages.
    I am essentially HTML illiterate, so I hope any answer is not knee deep in code.

    Thank you, Kevin, for past support. I have thing well under control now, thanks to the help.

Viewing 1 replies (of 1 total)
  • Theme Author kevinhaig

    (@kevinhaig)

    Hi inventorgeorge

    The widgets allow html so to change the color of text you can use an inline style like so :

    <span style="color:#4F5EE2;">Hi there I'm colored text</span>
    <p style="color:blue;">This is the color blue</p>

    The syntax is very important. don’t miss any ” or : or tags, etc.

    A word of advice:
    When you want to start making changes at this level, you better become HTML and CSS literate fast, or your going to get in a heap of trouble.

    I suggest you check this out w3schools.com

Viewing 1 replies (of 1 total)
  • The topic ‘Modify widget text for color, size, etc?’ is closed to new replies.