- This topic has 8 replies, 3 voices, and was last updated 1 year, 3 months ago by .
Viewing 9 posts - 1 through 9 (of 9 total)
Viewing 9 posts - 1 through 9 (of 9 total)
- You must be logged in to reply to this topic.
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?
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 (((
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
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
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”
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
Everything worked out. Thanks a lot!
Great health to your entire team! And those who are sick get better sooner.
Thank you 🙂