Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #64945
    Svitlana Lanovets
    Participant
    Premium Member

    Hello. On my site, gray bars appear in the recipe card and it looks bad.

    If I change the topic to something else, then these stripes are not. So it’s not about the plugin I’m making recipes with.

    How do I fix this?

    #64968
    Svitlana Lanovets
    Participant
    Premium Member

    And one more problem in the recipe card. The name of the recipe, which I put so that it is displayed in large print, remains small. 

    Although if I change the theme to another, then the title is displayed large.

    And in general, for some reason, no one reacts to my message (((

    #64974
    Duke
    Keymaster
    WP Royal Team

    Hi,

    Sorry for the delay, our support assistant has coronavirus and we are having trouble answering on time.

    Please send us your website URL and we will try to send you a Custom CSS snippet for that.

    Kind Regards

    #64976
    Svitlana Lanovets
    Participant
    Premium Member

    Thanks for answering )

    Here is my website url:

    https://www.kuhnyadoma.com.ua/

    #64982
    Duke
    Keymaster
    WP Royal Team

    Hi,

    Navigate to Customize > Additional CSS and add this code:

    .wprm-recipe-name.wprm-block-text-faded {
    font-size: 24px;
    }

    But I don’t understand what else you want to change.

    Kind Regards

    #64993
    Svitlana Lanovets
    Participant
    Premium Member

    I described my problem in 1 and 2 posts. On 1 screenshot what I am getting now, and on the second how it should be.

    I just got in touch with the developer of the WP Recipe Maker plugin that generates a recipe card. And this is what he replied:

    ” Your theme is definitely the one adding that styling so I do not understand how their support could tell you that they cannot help you. They should remove this code that they’re adding.

    If they want to custom style WPRM recipe cards they should do it like this: How themes can style WP Recipe Maker”

    #65005
    Duke
    Keymaster
    WP Royal Team

    Hi,

    That article was written in 2021 and the Ashe theme was created 4 years ago, so maybe now they have custom styling support but not back in days.

    Navigate to Customize > Additional CSS and add this code, it will enlarge tite and remove backgrounds:

    h2.wprm-recipe-name {
    font-size: 30px !important;
    }
    
    .wprm-recipe-details-container, .wprm-recipe-notes-container p {
    background-color: transparent !important;
    }

    Kind Regards

    #65006
    Svitlana Lanovets
    Participant
    Premium Member

    Everything worked out. Thanks a lot!

    Great health to your entire team! And those who are sick get better sooner.

    #65010
    Nick
    Keymaster
    WP Royal Team

    Thank you 🙂

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.