What theme are you using?
Where did you download it from?
It looks like the previous admin created a custom theme, but I’m not sure how it was created.
The button does appear to be within the page’s header and offset to the right. It says
‘Newsletter Sign up’ and it’s only on the page that features our newsletter. I doubt it’s a text widget, as the image for the button is within our library.
<img src="" />
tag…)
]]>
Text widgets allow you to hard code an image from the Media Library (select the image and it will give you the url), but there is an Image widget for that now!
S.
]]>Still on standby for whether or not I can post the URL. It’s just an accounting website, but I want to get permission first.
Let’s say it’s a text widget hard coded from the media library. Can I enter the media library to adjust where the button points to? I can find the image in there with it’s own URL (uploads/2016/sign-up-button.png)but I don’t see the URL it points to.
(Currently, it points to our old Constant Contact sign-up sheet and I want it to redirect to the new one).
Thank you,
]]>Can I enter the media library to adjust where the button points to? I can find the image in there with it’s own URL
No, you can’t. The media library just keeps the image itself.
A linked image is formed in the html, like this:
<a href="https://www.example.com/"><img src="https://myweb.com/some-image.jpg" alt="some image" />And this text after the image is linked, too.</a>
I clicked every tab in the dashboard, but no luck. I can’t find the URL that the button points to. Maybe I haven’t been given full admin rights.
]]>