Home › Forums › WoodMart support forum › Issue with templates library
Issue with templates library
- This topic has 9 replies, 2 voices, and was last updated 6 years ago by Elise Noromit.
-
AuthorPosts
-
December 10, 2018 at 7:28 am #95040
BlaqParticipantHey Elise just updated to 3.3 and i love all the changes… I also love the templates library… I was looking to edit a page with it but it doesn’t seem to work… Well when i press the (+) add button the element or block isn’t added it just loads and loads and loads… Is there something wrong on my side? Graciäs 😊
December 10, 2018 at 7:56 am #95055
Elise NoromitMemberHello,
Please update your Woodmart Core plugin. If it has been updated, please provide your site admin access and FTP
Best Regards
December 10, 2018 at 10:04 am #95087
BlaqParticipantHey Elise… Seems it’s up to date
Maybe we can try your way? I’ve linked my site admin details below….
December 10, 2018 at 10:28 am #95095
Elise NoromitMemberHello,
I have tried to insert a template and it works https://gyazo.com/a169faad9d546e4b8f4a7d048d1aca5c
Please clarify the problem, what steps I should take to reproduce the problem
Best Regards
December 11, 2018 at 11:28 am #95383
BlaqParticipantThanks Elise, i think i was trying to update via the frontend plus my internet was super slow… Following your way it works perfectly.
I just had a few last CSS questions….
1. How can i reduce the font-size of the prices on the sidebar cart… http://prntscr.com/lthji6
2. While on there how can i reduce the font size and change font for the title (shopping cart & close)… http://prntscr.com/lthl6c
3. Can you help me reduce the font size for the titles on the mobile menu… http://prntscr.com/lthmy9
4. Also the ‘YOU MAY ALSO LIKE…’ can you help me reduce the font size for that also? 🙂 http://prntscr.com/ltho7b
5. Lastly i’d like to reduce prices on the cart page … http://prntscr.com/lthp6s
I know there’s an option to tweak this under advanced typography – custom element but i wouldn’t even know how to describe the section i’d want to change… Is there a tutorial on just that?
Kind regards
EliseAnd again thank you… You guys have so much messages come in but you still go extra and reply to each one patiently and conclusively. Much love to you and your team 🙂
December 12, 2018 at 7:22 am #95562
Elise NoromitMemberHello,
Add this code to the Theme Settings > custom CSS
body .widget_shopping_cart .quantity .amount { font-size: 13px; } /*sidebar title*/ .cart-widget-side .widget-heading .widget-title { font-size: 20px; } body .widget-heading .close-side-widget { font-size: 20px; } /*mbile menu*/ body .mobile-nav-tabs .mobile-tab-title { font-size: 20px; } /*shopping cart*/ td.product-subtotal span { font-size: 16px; } tr.order-total strong .amount { font-size: 22px; }
Change the font-size as per your needs and provide the product URL with “You may also like”
Best Regards
December 12, 2018 at 1:24 pm #95665
BlaqParticipantThanks Elise… They worked perfectly Gracias.
I would love the CSS for these last three elements, i forgot to mention before:
Reduce font size of the subtotal and price on the cart – http://prntscr.com/lu08c9
Reduce font size of names of products on order totals – http://prntscr.com/lu09np
And the code to change the price on the cart and checkout pages – http://prntscr.com/lu0cne …and… http://prntscr.com/lu0dar
Lastly the product URL you had asked for – https://betaversion101.thefindclub.com/product/st-ives-gentle-smoothing-face-scrub-and-mask-oatmeal/
Quick question can you change the icon type of the X i’d like to make it bigger? This one – http://prntscr.com/lu0f01
I apologise for all the questions,,, these are my last ones, i’m done 🙂
Kind regards
December 12, 2018 at 9:22 pm #95726
Elise NoromitMemberHello,
If you want to reduce the font-size thought the site you should do it in the Theme Settings > Typography http://prntscr.com/lu6wk0
Or read and follow the instructions for Advanced typography most texts are listed in the drop-down list https://xtemos.com/docs/woodmart/advanced-typography-settings/
Finally, you have an opportunity to set the fonts by custom selector: you need hover the text, make a right click, chose the “inspect element” and you will see the class https://gyazo.com/6013e3229c28588df3b1b8a5e115247f you have class
.slider-title
addbody
before the class. You will getbody .slider-title
That sign will be changed as soon as you increase the test http://prntscr.com/lu792l
Best Regards
December 13, 2018 at 9:11 pm #96004
BlaqParticipantThank you Elise, I tried your strategy and it worked perfectly
Thank you so much, it has helped a lot 🙂
December 14, 2018 at 8:01 am #96057
Elise NoromitMemberYou are welcome! If you have any questions please feel free to contact us.
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register