White lines under the header

Hi there, I want to change the color of separator lines under the header and page title (see dotsugame . com)
I tried the solutions described in the linnks below, but it has no effect:


Hi @wilczarz,

Thanks for reaching out.

Please add this custom CSS code.

.x-header-landmark {
    border-top: 1px solid #ff0000;
    border-bottom: 1px solid #ff0000;
} 

Note: Please change the hex code #ff0000 to your desire color, you can check here the available hex code color: https://htmlcolorcodes.com/

“Please note that providing custom code is outside the scope of our theme support. Issues that will arise from the use of custom codes should be forwarded to a 3rd party developer”

Thank you.

Worked like a charm. Thank you!

@wilczarz,

It’s our pleasure to help you.

Thank you.

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