Home › Forums › WoodMart support forum › Child Theme
Child Theme
- This topic has 14 replies, 2 voices, and was last updated 1 year ago by Aizaz Imtiaz Awan.
-
AuthorPosts
-
June 1, 2023 at 12:05 pm #471752
Eris WebmasterParticipantHi,
how can duplicate my theme woodmart to a child theme without loose any of the customizations that I have made on main theme (colors, fonts, etc.)
Please advise,
RegardsJune 1, 2023 at 4:46 pm #471871
Aizaz Imtiaz AwanKeymasterHello,
You can find an instruction for this in our documentation here https://xtemos.com/docs-topic/setup-child-theme/
Best Regards.
July 4, 2023 at 11:25 am #479034
Eris WebmasterParticipantHi,
thank you for your reply.The only issue is that I have changed the text of the copyrights at the bottom of the footer but nothing changed on the front end. Please check the attached images.
Please advise,
Thank you
ErisAttachments:
You must be logged in to view attached files.July 4, 2023 at 1:49 pm #479072
Aizaz Imtiaz AwanKeymasterHello,
I have visited your site and the text next to copyright is showing fine according to the screenshot (“ΟΡΟΙ ΧΡΗΣΗΣ – ΠΟΛΙΤΙΚΗ ΑΠΟΡΡΗΤΟΥ | COOKIES” that you have attached.
Screenshot for clarification:Check back your site after completely clearing the browser cache.
Best Regards.
July 4, 2023 at 3:44 pm #479109
Eris WebmasterParticipantHi,
the issue did not on the text next to the copyrights but exactly the copyrights.
As you can see in the attached image the year is 2021 and the rest of the text was no capital letters.And my copyright text into your theme settings are:
<small>GREEK DELI GOODS <i class=”fa fa-copyright”></i> 2023 CREATED and POWERED by BRAINART® WEB SOLUTIONS</small>Please advise,
Regards
ErisAttachments:
You must be logged in to view attached files.July 5, 2023 at 9:54 am #479278
Aizaz Imtiaz AwanKeymasterHello,
Can you please share the WP admin login details of your site so I will check and give you a possible solution?
Best Regards.
July 5, 2023 at 2:25 pm #479346
Eris WebmasterParticipantHi,
Logins are in private content.
Kind Regards
Eris- This reply was modified 1 year, 4 months ago by Aizaz Imtiaz Awan.
July 5, 2023 at 5:27 pm #479426
Aizaz Imtiaz AwanKeymasterHello,
There is an issue with the 3rd party plugins. Please deactivate all the 3rd party plugins and activate only theme-required plugins on the site and then check the issue. I am sure your issue will be solved. Then Activate the 3rd party plugins one by one and check which plugin is creating the issue for you.
Otherwise, if the issue still exists then keep the 3rd party plugins deactivated and let me know so I will check and give you a possible solution.
Best Regards.
October 20, 2023 at 11:25 am #505667
Eris WebmasterParticipantHi,
I need to have a background on an active category on the left menu.I found on the forum the below CSS code for changing color but not the background of each category when is active.
li.cat-parent .current-cat-parent > a {
color: orange;
}.widget_product_categories .product-categories li.current-cat>a {
color: orange;
}Please advise,
Best RegardsOctober 20, 2023 at 11:29 am #505668
Eris WebmasterParticipantAlso, need this on mouse over on the category menu, and finally need all the categories (on menu) be black by default and not grey or dark grey.
Thank you in advance.
October 20, 2023 at 2:37 pm #505747
Aizaz Imtiaz AwanKeymasterHello,
Please add this code to the Theme Settings > Custom CSS > Global:
.widget_product_categories .product-categories li.current-cat>a { color: red; } .widget_product_categories .product-categories li a { Color: black; }
Best Regards.
October 23, 2023 at 11:03 am #506238
Eris WebmasterParticipantHi,
thank you for your reply.
Yes, this is working properly, but I need the category or sub-category at the left menu to have a background color when the user mouse over those categories. Is that possible?Best Regards
October 23, 2023 at 4:22 pm #506385
Aizaz Imtiaz AwanKeymasterHello,
Please add this code to the Theme Settings > Custom CSS > Global:
.categories-accordion-on .widget_product_categories .product-categories:hover { background-color: red !important; } .categories-accordion-on .widget_product_categories .children:hover { background-color: blue !important; }
Change the color as per your need.
Best Regards.
October 23, 2023 at 4:35 pm #506398
Eris WebmasterParticipantHi,
yes but happening in all categories or sub-categories! I want to have it only at each category or sub-category that the mouse is hovering. Please see the attached image of how it looks with the code you sent me.Thank you and Regards
Attachments:
You must be logged in to view attached files.October 24, 2023 at 10:01 am #506583
Aizaz Imtiaz AwanKeymasterHello,
Please add this code to the Theme Settings > Custom CSS > Global:
.widget_product_categories .product-categories li a:hover { background-color: red !important; }
Best Regards.
-
AuthorPosts
Tagged: child them, WoodMart
- You must be logged in to create new topics. Login / Register