Meditation Theme: Footer Title Color

Home Forums All Other Themes Meditation Theme: Footer Title Color

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #146099
    Mark FisherMark Fisher
    Participant
    • Topics: 12
    • Replies: 27
    • Total: 39
    Member since: December 1, 2019

    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

    #146184
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30638
    • Total: 30638
    Member since: August 16, 2013

    Hi,

    Kindly show us your website URL please?

    Regards,
    Brad

    #146265
    Mark FisherMark Fisher
    Participant
    • Topics: 12
    • Replies: 27
    • Total: 39
    Member since: December 1, 2019

    Argh…tried to copy and paste but it gave the page title instead…

    capricornhealthcareconsultants.com

    #146285
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30638
    • Total: 30638
    Member since: August 16, 2013

    Hi,

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

    #146358
    Mark FisherMark Fisher
    Participant
    • Topics: 12
    • Replies: 27
    • Total: 39
    Member since: December 1, 2019

    Almost 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.

    #146435
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30638
    • Total: 30638
    Member since: August 16, 2013

    Hi,

    Also add this CSS

    #footer .footercols3 h3 { margin-top:27px !important; font-size:20px !important;}

    Regards,
    Brad

    #146474
    Mark FisherMark Fisher
    Participant
    • Topics: 12
    • Replies: 27
    • Total: 39
    Member since: December 1, 2019

    Thanks!

    #146485
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30638
    • Total: 30638
    Member since: August 16, 2013

    🙂

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