Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #162116
    Andurb12
    Participant

    Dear all,
    I would need to change the font color of my font on the header picture since the picture is quite bright (almost white).
    Please see at urbanjudith(.)com
    Is there a way to change the font color from white to black?
    Thanks a lot

    #162122
    Skandha
    Participant

    @andurb12: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .custom-header-content .entry-title {
    	color:#000 !important;
    	text-align:center;
    }

    You can change the color according to your requirement.
    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Clean Fotografie Header Font Color from white to black’ is closed to new replies.