Digital experiences for all disciplines
New Landing › How can we help? › Atelier › Shop pages and various other bits
New Landing › How can we help? › Atelier › Shop pages and various other bits
- This topic has 5 replies, 2 voices, and was last updated 7 years by David Martin – Support.
-
Posted in: Atelier
-
February 21, 2017 at 4:15 pm #314609
Hi guys,
Please can you help me with the following
1) Shop product page – http://testsite.thelevelcollective.co.uk/shop/take-me-to-the-mountains-navy/ . I would like to change the styling of a shop product title “TAKE ME TO THE MOUNTAINS from being a H1 because the size is too big. how do i make it a H2 or H3 styling?
2.) Shop product page – Is there anyway of changing the style of the right and left arrows in the top right above the product name for scrolling through to the next product? I’d like to change the style so they are just nice simple clean arrows rather than the box being around them too
3) Shop product page – The accordion below my product description has an annoying margin-left on it, how do I get rid of this please?
http://testsite.thelevelcollective.co.uk/shop/take-me-to-the-mountains-navy/4) Shop product page – again on the above page, recommended / related products. How can I hide the price and category on desktop and mobile please?
5) Shop page – Might be solved by the question above but I’d like to hide the ‘price’ and ‘product category’ from this page on desktop AND mobile please http://testsite.thelevelcollective.co.uk/product-category/mens/
6) Shop page – I have hidden the various display views e.g. grid or list on desktop and would also like to hide this on mobile…
7) Shop page – http://testsite.thelevelcollective.co.uk/product-category/mens/ On the top banner, it says “MENS” then below that it says “THE LEVEL COLLECTIVE > MENS” – I’d like to hide this bit below, how do i do that?
8) Logo size spacing – in the them options I’ve set my padding above and below to 0, yet there is still too much padding, how can i reduce this please?
9) logo mobile version – I uploaded a smaller logo in the mobile version on theme options but it just seemed to make it bigger. Can you just give me the css for setting the display size of the mobile version of my logo please
10) Overlay Menu desktop – I want add some padding at the top create some space between the first menu item “HOME” and the logo. I asked about this before and was given the custom css below, but it doesn’t seem to work 🙁
#overlay-menu nav>div {
padding-top: 50px;
}Thanks for your help
Mark 🙂
Attachments:
You must be logged in to view attached files.February 21, 2017 at 4:16 pm #314614oh and here’s the attachment for question 10 🙂
Attachments:
You must be logged in to view attached files.February 21, 2017 at 5:07 pm #314631Oh also,
11. Shop – individual product. How on earth do you change the accordion link and line colours please?
http://testsite.thelevelcollective.co.uk/shop/take-me-to-the-mountains-navy/I’ve looked through all of the color customising options and can’t seem to see it
Attachments:
You must be logged in to view attached files.February 23, 2017 at 6:09 pm #314924Please use the Chrome web inspector to view the classes and CSS in use. You can then make these changes yourself. For the amount of questions your asking this is starting to become a customisation job and would require to work with a developer.
—
1) You would apply the font CSS to the title class. So, to change the size:
.woocommerce div.product .product_title { font-size: 12px; }
Font CSS attributes: https://www.w3schools.com/css/css_font.asp
2) You can remove the border with CSS:
.summary-top .product-navigation .nav-previous, .summary-top .product-navigation .nav-next { border: none !important; }
3)
.spb_accordion .spb_accordion_section>h4 a { { padding-left: 0; }
4)
.related-products span.price { display: none !important; }
5)
.archive span.price, .archive .posted_in { display: none !important; }
6)
@media only screen and (max-width: 767px) { .woo-aux-options-wrap.col-sm-12 { display: none; } }
7)
.page-heading-breadcrumbs.fancy-heading .heading-text[data-textalign="center"] #breadcrumbs { display: none; }
8) There is no padding.
9) Have you set the max height in the Theme Options? You can always override it with a less value:
#mobile-logo.has-img img { max-height: 80px !important; }
10) You’ve not added the CSS, please add:
#overlay-menu nav>div { margin-top: 100px; }
11) You have a Mailchimp plugin installed which is causing the blue link color. In the plugin stop it from loading it’s CSS.
February 23, 2017 at 6:43 pm #314932Super Super helpful on pretty much everything thank you.
8) …padding was the wrong word. There is quite a lot of spacing above and below my logo which I would like to reduce please. How can I do this? 🙂
11) Oh right, how strange that it is mailchimp plugin causing this. I have already ticked the box in mailchimp settings to tell it to disable CSS settings and that doesn’t seem to be working (see screenshot) 🙁 Any ideas?
Thanks again – you’ve been so helpful 🙂
Attachments:
You must be logged in to view attached files.February 24, 2017 at 6:07 pm #3150918) There is no space currently. You can set a max height for the logo in the Theme Options => Logo Options.
11) Are you using any caching plugins? Try clearing those. Else please contact the plugin developer to report this.
-
Posted in: Atelier
You must be logged in and have valid license to reply to this topic.