• angelie128

    (@angelie128)


    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: https://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 8 years ago by angelie128.
Viewing 1 replies (of 1 total)
  • Plugin Author Josh

    (@josh401)

    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 should work.

Viewing 1 replies (of 1 total)
  • The topic ‘Help Please – Modify a “button”’ is closed to new replies.