• Resolved ma3ry

    (@ma3ry)


    My widget title is the same colour as the background in one widget only. All the other widgets are as they should be – green background with white text.

    How do I change the colour of the title please?

    Website is http://esilmarketing.com/

    Widget in question is the second one with yellow book.

    Many thanks!

Viewing 8 replies - 1 through 8 (of 8 total)
  • There are some <font> tags with inline style in it, not sure how it got there but we can try this, maybe get rid of it.

    • Go to Appearance > Widgets and open that particular Text Widget
    • Click anywhere on that title
    • Click Ctrl+A to (select all text inside the title area)
    • Click Delete.
    • Manually type in the title again.
    Thread Starter ma3ry

    (@ma3ry)

    Thank you. I had already tried that several times. The problem is with the colour of the text being green and I don’t know where to change that.

    This is your first Text Widget which displays normal.

    <div id="text-3" class="prnt_cont widget_text">
    	<h1>Free Marketing Plans</h1>
    	<div class="subcontainer"></div>
    </div>

    This is your secode Text Widget which has the color problem.

    <div id="text-5" class="prnt_cont widget_text">
    	<h1>
    	<font size="2">
    		<font color="334b1d">
    			<font size="1">Buy Steve’s Book</font>
    		</font>
    	</font>
    	</h1>
    	<div class="subcontainer"></div>
    </div>
    Thread Starter ma3ry

    (@ma3ry)

    And where do I make the changes? what file?

    It’s not in a file. It’s in the second Text widget that you added to your site.

    Thread Starter ma3ry

    (@ma3ry)

    Yes I understand it’s in the second widget but there are no options from within the widget to do anything with the title. All I can do is enter the text for the title – i.e. Buy Steve’s Book.

    There are no options to change the coding to look like the first widget. So how do I fix it?

    Could also be the effect of mismatched or unclosing tags like <b> or <i> in the first Text Widget.

    Try validate the site to see the error
    http://validator.w3.org/

    Thread Starter ma3ry

    (@ma3ry)

    Many thanks! There are 13 errors. I will get to work on them and see if it helps.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘How Do I Change Colour of Widget Title?’ is closed to new replies.