Making the Buy Button blend in
HenrikSundholm
Registered Users Posts: 10 Big grins
Been working a lot with my new photography site for the past couple of weeks. Thanks to your CSS codes, it's starting to come together nicely! The only issue left, I think, is surprisingly the buy button.
I've found code to change the color or text of the buy button, but it's unyieldingly big and stuck to the right side! As you can see from my screen grab, I prefer a minimalist approach with not too much cluttering the screen, and that button looks very out of place. Basically I'm wondering:
- How do I align the buy button the the left of the screen?
- How do I resize the buy button to make it slightly smaller?
- Could the button be replaced by a "from this gallery" text link?
- Could the button be replaced by an image?
- Any general tips at all on how to make the button blend with the design?
Thanks a lot for all the help on this forum by the way. It's been a life saver for someone who knows very little about web design...
!
Tagged:
0
Comments
You can change the background color of all of the buttons on your site. See @leftquark 's sitewide tweek Change the Button Background Colors.
Musings & ramblings at https://denisegoldberg.blogspot.com
True! Changing the color and text helps out a little, but mostly it's the awkward placement that gets to me. Is there a way to make it symmetrical, by aligning it to the left side perhaps? Or moving it off the far right side of the gallery to basically anywhere else....
Can you post your site.
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
Well, it's henriksundholm.com but the content is private until I'm done with the design
I understand.
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
You can try this:
That should move it to the left site. You can add
margin
to move it around.Just a bit of advice. I would NOT try to make your buy button blend in. You want your customers to be able to find it without trying to find it.
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
This will replace the icon and text of the "Buy Button" to your custom image button. Just replace ''your-photo-url-here.jpg` to your image.
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
Thanks! That works great. But now I feel like the button takes focus off the images instead. It never gets any easier huh... I'll see how I'll eventually do it.
I guess it's a balance of trade offs. I want my images to look as beautiful as possible without distracting elements, but I also don't want any key features (let alone the potential money-maker) to be obscured. I think the ideal solution for me would be to have a purchase icon underneath each photo, next to the "share", "tools" and "download", as I find these features both unobtrusive and accessible. Then again I'm not out to make a living doing photography so I can see how other people would make different priorities.
Oh, thanks a lot! Now I have some options to consider and try out. Thank you very much!