Home Forums WoodMart support forum Child Theme

Child Theme

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #471752

    Eris Webmaster
    Participant

    Hi,

    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,
    Regards

    #471871

    Hello,

    You can find an instruction for this in our documentation here https://xtemos.com/docs-topic/setup-child-theme/

    Best Regards.

    #479034

    Eris Webmaster
    Participant

    Hi,
    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
    Eris

    Attachments:
    You must be logged in to view attached files.
    #479072

    Hello,

    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:

    https://ibb.co/ssszVJT

    Check back your site after completely clearing the browser cache.

    Best Regards.

    #479109

    Eris Webmaster
    Participant

    Hi,
    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
    Eris

    Attachments:
    You must be logged in to view attached files.
    #479278

    Hello,

    Can you please share the WP admin login details of your site so I will check and give you a possible solution?

    Best Regards.

    #479346

    Eris Webmaster
    Participant

    Hi,

    Logins are in private content.

    Kind Regards
    Eris

    #479426

    Hello,

    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.

    #505667

    Eris Webmaster
    Participant

    Hi,
    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 Regards

    #505668

    Eris Webmaster
    Participant

    Also, 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.

    #505747

    Hello,

    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.

    #506238

    Eris Webmaster
    Participant

    Hi,
    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

    #506385

    Hello,

    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.

    #506398

    Eris Webmaster
    Participant

    Hi,
    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.
    #506583

    Hello,

    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.

Viewing 15 posts - 1 through 15 (of 15 total)