Home Forums WoodMart support forum How to change the links colors for the Content -Front pages ?

How to change the links colors for the Content -Front pages ?

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #668302

    wensen32
    Participant

    Hi
    1> Could you please let me know < How to change the links colors for the Content -Front pages ? >
    The WordPress backends – links colors are ok ,
    2> How to add a PAYPAL BUY Botton to the layouts

    Thanks so much in advance

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

    Hello,

    01. The login details you provided are not working. Please share the correct login details so I can check the issue and give you a possible solution.

    02. You’re using a custom layout. When you create a custom layout with Elementor, it doesn’t contain any default elements or hooks. It contains only those elements that you added with Elementor manually.

    In this case, we have a special widget called “Woocommerce Hook” in Elementor that you can place to your custom layout ,and then the plugin will be able to add its custom content there. But I don’t know which one exactly it needs. You can either try to select all hooks one by one or contact plugin developers for help.
    https://xtemos.com/docs-topic/custom-hooks-and-plugins-compatibility/

    Best Regards,

    #668475

    wensen32
    Participant

    Hi Awan :

    Thanks so much for your mail ! please check the login ant the Private , i just wanted to add the paypal Buy now Buttons and the content – links colors to blue …

    Thansk so much and have a great day !

    VINCENT

    #668565

    Hello,

    01. You can either try to select all hooks one by one or contact plugin developers for help.
    Read more information here https://xtemos.com/docs-topic/custom-hooks-and-plugins-compatibility/

    02. Please activate the parent theme on your site and check if the issue persists. This may help resolve the issue you’re encountering.

    Best Regards,

    #668722

    wensen32
    Participant

    Hi Aizaz :

    Thanks for your help ! i have activate the parent Them ,but the issues are still having , nothing changed ? could you please check it out ? thanks in advance

    #668798

    Hello,

    Your issue has been resolved. I have activated the parent theme on your site, and the links are working fine in the product description.

    See Screenshot for clarification: https://ibb.co/twJ0ngzw

    Check back your site after completely clearing the browser cache and check the issue.

    Best Regards,

    #668799

    wensen32
    Participant

    Hi Aizaz :

    It’s great news! I can’t thank you enough for all your help. It looks perfect.

    Could you please let me know < optimize the speed> ? Do you offer any additional services or have any other recommendations experts for improving speed? thanks so much again for your help !

    Have a great day !

    #668811

    wensen32
    Participant

    Hi Aizaz :

    Do you have other way to change the colors for the link ? the speed are comes down when changed to parent theme .. now we have problem with speed …

    Thanks in advance

    #668829

    Hello,

    Our theme is optimized for speed and should not significantly slow down your website. However, it’s possible that your website’s performance is affected by the content you have added. For instance, the use of too many plugins, large unoptimized images, or other resources can slow down your website.

    We recommend that you remove any unnecessary plugins and install a JS & CSS optimization plugin such as WP Rocket. Our guide on how to optimize your website using our themes can be found here: https://xtemos.com/wordpress-performance-optimization-the-ultimate-guide-in-2021/.

    If you prefer keeping the child theme active, add the link color CSS to the child theme’s style.css file:

    body a {
        color: #051eeb;
    }
    
    body a:hover {
        color: #005177; 
    }

    Best Regards,

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