Title: Help Please &#8211; Modify a &#8220;button&#8221;
Last modified: March 16, 2017

---

# Help Please – Modify a “button”

 *  [angelie128](https://wordpress.org/support/users/angelie128/)
 * (@angelie128)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/help-please-modify-a-button/)
 * Hi! I have been tasked to change a couple things – logo on the front page (first
   associates) and the my account “button” (top right corner – blue with white lettering
   inside) on this page: [http://1stassociates.com/](http://1stassociates.com/)
 * A bit of background on me: I’m hired to help in this role, however, I have no
   idea about WordPress – not this interface anyway, and so I’m a bit lost as to
   where to go looking for things.
 * I have attached the “button” that I need to resize and also a screenshot of the
   interface, which I believe is called the ultimate tinymce (per my research online).
 * Can someone please help point me in the right direction as to where I can start
   changing the “First Associates” logo in the top of the page, and also adjusting
   the “my account” button so the white text fits in the blue button? Any direction
   you can give will be greatly appreciated! Just a bit lost right now 🙂
 * Thanks so much!!
    -  This topic was modified 9 years, 2 months ago by [angelie128](https://wordpress.org/support/users/angelie128/).

Viewing 1 replies (of 1 total)

 *  Plugin Author [Josh](https://wordpress.org/support/users/josh401/)
 * (@josh401)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/help-please-modify-a-button/#post-8963455)
 * Hello, and sorry for my delay.
 * These tasks are somewhat outside the realm of WP Edit (they are more theme questions),
   but I’ll be happy to assist.
 * 1) The logo would have to be a setting in your theme. Look through your theme
   options and see if you can find an option that says something like “logo image”.
   If you can’t find it, I’d suggest asking the theme developer (support ticket 
   or email).
 * 2) Regarding the button. You can fix it with some custom css. You’ll need to 
   use a custom css rule:
 *     ```
       #BDF_headerWrap .BDF_header .socialMedia a.myAccount {
           height: none;
       }
       ```
   
 * If your theme has an option for custom css; you can add it there. If not, you
   can use your child theme style.css file. If you are not using a child theme, 
   then I recommend using a plugin for adding custom css. One [HERE](https://wordpress.org/plugins/search/custom+css/)
   should work.

Viewing 1 replies (of 1 total)

The topic ‘Help Please – Modify a “button”’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-edit_ffffff.svg)
 * [WP Edit](https://wordpress.org/plugins/wp-edit/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-edit/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-edit/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-edit/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-edit/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-edit/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Josh](https://wordpress.org/support/users/josh401/)
 * Last activity: [9 years, 2 months ago](https://wordpress.org/support/topic/help-please-modify-a-button/#post-8963455)
 * Status: not resolved