Design Cloud - Site Nonprofit?

How can i change the headline’s red underline colour to #194641?

Hello Tamer,

Thanks for writing to us.

In order to change the headline’s red underline color, I would suggest you go to the Theme Option —>CSS—>Global CSS.

I would suggest you please replace code by the given code.

.h-custom-headline hr {
  width: 50%;
  height: 2px;
  max-width: 180px;
  margin: 1em 0 0;
  font-size: 0.375em;
  background-color: #194641;
}

The purpose of providing custom CSS is to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector or you subscribe to One where customization questions are answered.

Hope it helps.
Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.