Home Forums Pro Themes Easy Commerce Pro Footer Widget Area button color not changing

Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #58287
    Sharon Caren
    Participant

    Hi,

    Under the Folder Widget 1 I added the widget “EC: Call to Action” the problem is, the button on the widget does not show the text on the button. I though it was the color settings, I changed the button text color and the button background color a couple of times, but the widget’s button still has the same problem. I even changed the widget to different ones but came back to that widget and it still has the same problem.

    Also, the “EC: Call to Action” widget title text is centered to the middle and I want it to center on the left side just like the other widgets on the footer section, but there’s no option for that. How do I do that?

    #58302
    wensolutions
    Keymaster

    Hello @sharoncaren,

    To make the title align to left use below given CSS .

    #footer-widgets .call-to-action-content h3.widget-title {
        text-align: left;
    }
    
    #footer-widgets .easy_commerce_widget_call_to_action .call-to-action-description p {
         padding: 0 90px; 
    }
    
    #footer-widgets .cta-layout-1.easy_commerce_widget_call_to_action {
        padding: 20px;
    }

    Also when we checked the widget locally the button text color is very much visible . So please post your site URL so that we could inspect the issue and help you .

    Best Regards!!

    #59395
    Sharon Caren
    Participant

    Hi Thank you for replying. The code you have given me did work, but it is slightly off and still not exactly aligned with the others. Heres the link to the homepage http://reposturingdynamics.com

    Also, you would notice on that same widget that the text on the button is the same color as the button itself. I did change the color on the settings multiple times, but I am not sure why it would not change the text button color. Thank you again.

    #59424
    wensolutions
    Keymaster

    Hello @sharoncaren,

    Please add below given CSS in Additional CSS to correct the alignment and change color of the text of the button .

    #footer-widgets .call-to-action-buttons a {
        color: #000;
    }
    
    #footer-widgets .cta-layout-1.easy_commerce_widget_call_to_action {
        padding: 0px !important;
    }

    Hope this helps .

    Best Regards!!

    Have a good day .

    #60115
    Sharon Caren
    Participant

    Thank you, it worked!

    #60158
    wensolutions
    Keymaster

    Hello @sharoncaren,

    Glad we could help you .

    If you have any issue further, please let us know.

    Also we would really appreciate if you could help us by rating our theme by following the link given below.

    https://wordpress.org/themes/easy-commerce/

    Thank you.

    Best Regards!!

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.