Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #227175
    chicagostaci
    Participant

    Is there a way to change the color of the header media title and text? Currently it is white but I have light colors behind it in my image and would like to change the color of text. Is this possible?

    #227241
    Skandha
    Participant

    @chicagostaci: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .custom-header-content .entry-container .entry-title, .custom-header-content .entry-container .entry-summary {
        color: #000;
    }

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

    #227765
    chicagostaci
    Participant

    Thank you SO much! Where is it I should go to give you good feedback? Thanks!

    #227955
    Skandha
    Participant

    @chicagostaci: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/clean-enterprise/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

    #228009
    Dustin_R
    Participant

    I have another question on the subject: How can I disable the capitalize attribute? I don’t like the fact that every word is capitalized…
    Maybe somebody can help me please?

    #228194
    Skandha
    Participant

    @chicagostaci: Hello there,
    Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Header media title and text – change colors?’ is closed to new replies.