Mark Nesbitt commented on Hide my browser from Google Analytics:
Is anyone able to help? Cheers.
View ArticleBatal Games commented on Customer Login Note
Thank you for your help.I have added the ability to sign up to the store. How do I make the customer registration page look good like the login page? Currently it looks like this:
View ArticleLeighton Taylor commented on Customer Login Note
You will need to edit the CSS in the style.css.liquid file in your Theme Assets. If you find the CSS that is currently styling the Sign In form, you can apply the same CSS to the Create Account form.
View ArticleAdding a line of text above the Minimal theme home page slide show? by...
I'm in the middle of designing my store, and would like to add one line of text above the slide show on the home page. (A few people who looked at the home page on laptops wished there were a welcome...
View ArticleBatal Games commented on Customer Login Note
I have trawlled my style.css.liquid template and managed to get the text and boxes to line up using this code just changing .templateCustomersLogin to .templateCustomersRegister. /** * Customer...
View ArticleBatal Games commented on Customer Login Note
Well I got background. Actually had to edit the register.liquid template and put this code in;<div id="customer-accounts" class="content clearfix">Now onto seperating the boxes and text.
View ArticleLeighton Taylor commented on Customer Login Note
Look for this text in style.css.liquid:.templateCustomersLogin .form-row, .templateCustomersActivateAccount .form-row { margin: 0 0 8px 0; }Change it to this:.templateCustomersLogin .form-row,...
View ArticleBatal Games commented on Customer Login Note
Thank you so much for your help. I almost have it sorted now. I had to edit the register.liquid to change the font size of "Create Account" to be the same as "Customer Login" by changing <h2> to...
View ArticleLeighton Taylor commented on Customer Login Note
You are welcome! Glad I could help. To change the font size of "Return to store," find this CSS:.templateCustomersLogin .action-bottom .note { font-size: 11px; padding: 0 0 0 5px; line-height: 27px;...
View ArticleLeighton Taylor commented on Customer Login Note
By the way, you can find where this CSS is by using "Inspect Element" in Chrome or Firebug in Firefox. This allows you to view what CSS is affecting any element on the page, so you can change it...
View ArticleBatal Games commented on Customer Login Note
Unfortunately I already have added the .templateCustomersRegister .action-bottom .note{ font-size: 11px; padding: 0 0 0 5px; line-height: 27px; }but it didn't change the font size of the "Return to...
View ArticleLeighton Taylor commented on Customer Login Note
Hmm, perhaps try removing the first part, so it's just this: .action-bottom .note { font-size: 11px; padding: 0 0 0 5px; line-height: 27px; }
View ArticleLeighton Taylor commented on Customer Login Note
Oh, I see the problem. The CSS is referencing action-bottom, but the Create Account page has action_bottom. If you use the code I posted above, it will work, because it leaves out...
View ArticleBatal Games commented on Customer Login Note
Genius!That sorted it. I had copied the customer accounts and changed it from .templateCustomerLogin to .templateCustomerRegister. Removing the .action-bottom fixed everything up. Many hours of my time...
View ArticleLeighton Taylor commented on Assistance with Tutorial add a graphic overlay...
It looks like you need to paste the code not into the collections template, but into the Snippet titled "product-grid-item.liquid". Have you already tried that? Your theme is pulling in that snippet...
View Articledrop-down menus by Bliss Cureton
hello, can you create a drop-down menu for a link created in the main menu?
View ArticleCould really use some help on changing background color by Sarah Laeuchli
Using the theme Woodland and really really need to figure out a way to change the background outside of the main content table, because at the moment it's just one huge sea of white. Any help on how to...
View ArticleDropdown versus label : Labrl if only one "size" available in my variants...
Hope you are all enjoying a nice saturday. I have a small issue. For my product I have two properties: "Size" and "Color".For my first product, I only have one size "Large" and three colors. On my...
View ArticleDanielle Gasque commented on drop-down menus
It's found in NAVIGATION. At the gery top, click on add a link. This create a main link that you can link up to your main menu links. Then under this new link you can add pages, collections, etc...
View Article