Home › Forums › All Other Themes › Meditation Theme: Footer Title Color
- This topic has 7 replies, 2 voices, and was last updated 4 years, 7 months ago by Sonl Sinha.
-
AuthorPosts
-
March 2, 2020 at 5:29 am #146099
I’m having trouble changing the footer title color in Column 1. It is displaying as a dark green rather than white. I have tried resetting it in Customize and it will not change column 1.
One possibility is that I am using a widget to display a footer menu that only includes a limited menu. The original code for the navigation menu include all pages on the site and became every long.
Here’s a link to a screenshot:
http://originalcent.com/wp-content/uploads/2020/02/Footerissue.png
The URL for the site is:
https://capricornhealthcareconsultants.com
Thanks
March 4, 2020 at 5:55 am #146184Hi,
Kindly show us your website URL please?
Regards,
BradMarch 4, 2020 at 2:59 pm #146265Argh…tried to copy and paste but it gave the page title instead…
capricornhealthcareconsultants.com
March 5, 2020 at 4:55 am #146285Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
#footer .footercols3 h3 {position: relative; padding-bottom: 30px !important; margin-bottom: 30px !important; color: #ffffff !important;} #footer .footercols3 h3::after { width: 40px; border-bottom: 2px solid #ffffff; border-bottom-color: rgb(255, 0, 0); position: absolute; left: 0; bottom: 0; content: '';}
Regards,
BradMarch 5, 2020 at 3:28 pm #146358Almost there.
The border below “Quick Menu” title was red, which was an easy fix. But there is an alignment issue where the first column is higher than the second and third.
capricornhealthcareconsultants.com
Thanks for suggestions.
March 6, 2020 at 11:29 am #146435Hi,
Also add this CSS
#footer .footercols3 h3 { margin-top:27px !important; font-size:20px !important;}
Regards,
BradMarch 6, 2020 at 9:27 pm #146474Thanks!
March 7, 2020 at 5:18 am #146485🙂
-
AuthorPosts
- You must be logged in to reply to this topic.