nghizas
Member
Posted 3 months ago #
Hi,
Two questions, hoping they are relatively simple, I just can't seem to find the right place to look.
1. I'm wondering how I can change the "cart" button in the top right of my webpage to say "Shopping Bag" instead?
http://www.pinkelephantshop.com
2. I'd like to shift my entire website up about 150px, is there an overall CSS file I can do that with?
Thank you!
http://wordpress.org/extend/plugins/woocommerce/
japanizer
Member
Posted 3 months ago #
Hi, i hope this helps:
1st
just go to wp admin -> Pages and rename "Cart" into "Shopping Bag"
2nd, edit file:
wp-content/themes/StyleShop/style.css
now is defined as
#main-header {
padding: 90px 0 33px;
}
90px is up, 33px is down, you can change this arguments to get what you want (set it to padding: 50px 0 0px;) if you would like to keep size of current logo
nghizas
Member
Posted 3 months ago #
Great! Thank you so much. Apparently I was overcomplicating it.