Home › Forums › Pro Themes › Easy Commerce Pro › Footer Widget Area button color not changing
Tagged: Footer Widget
- This topic has 5 replies, 2 voices, and was last updated 6 years, 11 months ago by wensolutions.
-
AuthorPosts
-
November 14, 2017 at 7:20 pm #58287Sharon CarenParticipant
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?
November 15, 2017 at 12:30 am #58302wensolutionsKeymasterHello @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!!
November 29, 2017 at 5:02 pm #59395Sharon CarenParticipantHi 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.
November 29, 2017 at 11:55 pm #59424wensolutionsKeymasterHello @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 .
December 8, 2017 at 5:12 pm #60115Sharon CarenParticipantThank you, it worked!
December 9, 2017 at 8:44 am #60158wensolutionsKeymasterHello @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!!
-
AuthorPosts
- You must be logged in to reply to this topic.