Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #180475
    evamariek
    Participant

    Hello! My website is https://auxreverie.com. Sorry it’s a mess right now. I cannot figure out how to change the color & roundness of the hero content image below:

    null

    I believe its location in the theme files is template parts > hero-content > post-type-hero.php > ‘html-with-bg’ on line 38. Since it’s php, I have no idea how to edit it. I only want to round out the border edges to 10px, and I’d like to change that black color to #f5f8fa. If anyone could help, I’d be eternally grateful. Thanks in advance!

    Eva

    #180495
    Skandha
    Participant

    @evamariek: Hello Eva,
    Can you enable the Hero Content on your site so that I can provide you with the CSS Code to round the Hero Content Borders.

    Kind Regards,
    Skandha

    #180548
    evamariek
    Participant

    It’s enabled now, sorry about that! Also, I figured out how to round the corners, so I’m stuck on color now.

    #180563
    Skandha
    Participant

    @evamariek: Hello Eva,
    To change the border of Hero Content Image
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .hero-content-wrapper .post-thumbnail-background {
        border-color: #FFC0CB;
    }

    You can change the color according to your choice.
    Let me know if this is what you want!
    Kind Regards,
    Skandha

    #180568
    evamariek
    Participant

    It worked! Thank you so much!

    #180569
    Skandha
    Participant

    @evamariek: Hello Eva, 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/euphony/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

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘How to change color & border radius of hero content image’ is closed to new replies.