• Resolved nadodi

    (@nadodi)


    Hello MH Magazine Lite Makers:

    We are using this theme for a voluntary group. It is really good looking, responsive, and user-friendly to customize. So, first a thank you for that.

    Now to the problem we are encountering: based on the helpful instructions on the support forum here, the color red has been changed to a golden brown. All other elements are showing the right colors, except for the widget title. This is the new css for widget title.

    .mh-widget-title { position: relative; font-size: 16px; font-size: 1rem; padding-bottom: 5px; margin-bottom: 20px; margin-bottom: 1.25rem; text-transform: uppercase; border-bottom: 3px solid #cd9935; }

    However, for some reason, the widget title is still displaying the color #e64946. Any tips or pointers to what we might be missing? Thanks in advance.

    (fyi for anyone who might be looking to change colors: go to themes > customize > additional css. add new css code for the colors you are looking to change.)

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hey @nadodi,

    You can use the following CSS to give the widget title the same golden color.

    .mh-widget-title, .mh-widget-title a {
        color: #cd9935 !important;
    }
    Thread Starter nadodi

    (@nadodi)

    Thanks @hchouhan – it is the border bottom color that we are trying to change from red to a golden brown. Tried the !important tag for the border bottom color, but not working. That line still resolves to red.

    Thread Starter nadodi

    (@nadodi)

    The issue has been fixed. The css for a previous element was missing a curly bracket. It was deleted by mistake during copy/paste.

    Thank you.

    • This reply was modified 3 years, 5 months ago by nadodi.

    Perfect, Thanks for letting me know.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Unable to Change Widget Title Bottom Border Color’ is closed to new replies.