New Topic

Reply To: Customization (My Website)

Home › Forum › Customization › Customization (My Website) › Reply To: Customization (My Website)

#913

StartupWP
Keymaster

1. Simply remove the social profile theme options and just add the following to the copyright wording area instead:

<div id="followus">
<strong>Follow Us On:</strong><br />
<a href="http://www.facebook.com/uendicom" id="social-facebook"><img src="http://uendi.com/wp-content/themes/startuppro/images/social/facebook.png" alt="Facebook" /></a>
</div>
© 2013 Uendi.com. All Rights Reserved.

And I believe you already added:

#followus{float:right}

2. Find the Media link in your WP admin main menu, you can upload images there and grab their URLs. Also, we’ve actually gone ahead and implemented a magnifying glass icon to the search field and it will be in the next update, if you’d like to simply wait for that.

3. Try:

.page-id-563 #content {
  width: 96%;
}
.page-id-563 .entry-content > p:nth-child(2) {
  background: none repeat scroll 0 0 #EEEEEE;
  margin: 20px 0;
  padding: 10px;
}