Lodestar – Remove opacity on header image

  • Unknown's avatar

    I am using the Lodestar theme on wordpress.com. Is there a way to remove the dim opacity on the header image in this theme? Does this theme provide any options on how to do this in some settings somewhere?

    I know how to do this in CSS but this is not possible on wordpress.com without upgrading which I can’t at the moment.

    So, I’m looking into some theme settings if there are any.

    Thank you.

  • Unknown's avatar

    Hi there, At this time, Lodestar doesn’t have the option of removing or editing the header opacity without the CSS upgrade. Once you have that, let us know and you can get assistance with the needed CSS.

  • Unknown's avatar

    Hi, I found the following fix:

    .custom-header-image::before {
    background: rgba(0,0,0,0) !important;
    }

  • The topic ‘Lodestar – Remove opacity on header image’ is closed to new replies.