• I asked this question previously, but I didn’t get any helpful answers.

    I’m wondering how I can make the boxes at the bottom of this page editable. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Their code is in your page source:

    <div class="row-3-row-2">
    		<table cellpadding="0" cellspacing="0">
    			<tr valign="top">
    				<td class="row-3-row-2-col-1"><p>This is a sample.</p></td>
    				<td class="row-3-row-2-col-2"><p>This is a sample.</p></td>
    				<td class="row-3-row-2-col-3"><p>This is a sample.</p></td>
    
    			</tr>
    		</table>
    	</div>

    `
    Just find those lines in your code and change the text.

    Thread Starter Spencer Hill

    (@ws5f3dj7)

    Hey evilbeet – I’m actually wondering how to make those areas editable within the WordPress GUI. I need my clients to be able to edit it. Thanks though!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How do you make an area editable?’ is closed to new replies.