Default language title is not visible!?

Posted in: Newspaper
Post count: 12

Hi,

I have had many problems with choosing a dark mode/dark background. It all works now, BUT not the title in my recipe cards (special plugin). I have added special code from them. So the text is now visible. But not for the default language. But for all other languages I choose. I can not understand it…

You can see a recipe card on this page. Title is not visible on the default/english version. But if you change language in footer, the title is visible: https://seafoodie.no/using-fish-eyes-for-snacks-garnishes-and-cocktails/

this is the code I got from the recipe card developer. I have added it:

.wp-block-wpzoom-recipe-card-block-recipe-card font {
color: #000!important;
}

.wp-block-wpzoom-recipe-card-block-recipe-card.is-style-default .details-items .detail-item .detail-item-value {
color: #ff6700!important;
}

.wp-block-wpzoom-recipe-card-block-recipe-card .recipe-card-ingredients .ingredient-unit-selector input[type=radio].unit-selector-toggle:checked+label font {
color: #ff6700!important;
}
.wp-block-wpzoom-recipe-card-block-recipe-card span,
.wp-block-wpzoom-recipe-card-block-recipe-card ul,
.wp-block-wpzoom-recipe-card-block-recipe-card p {
color: #000 !important;
}
.tdi_94 .recipe-card-title {
color: #000 !important;
}

Post count: 27744

Hi,

Please tr to use this code .wp-block-wpzoom-recipe-card-block-recipe-card.is-style-default .recipe-card-heading .recipe-card-title
{
color: red;
}

Thank you!

Post count: 12

Yes!!!!! You are the queen! Thank you very much

Post count: 27744

Hi,

I’m glad that I could help you.

Have a great day!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.