Site logo

Archived topic

Different designs in Query Loop

3 replies · Started by Erika on January 5, 2023

Viewing posts 1–4 of 4

Hi there,

we had a converstaion in the ticket #2285122 and I had a similar client-request today.

On the Blog page: Is there a way to change the color of the title of a listed blog post with a specific category with css? Saying, I keep the designed Query Loop and if the blog post has the category "coaching", the dynamic content blog titel is listed "red" and not the set color? Or the background changes or however we want to style that category?

Maybe there were some changes in the last half year ;)

Thanks, Erika

Hi there,

try this CSS;

.gb-query-loop-wrapper .category-allgemein h2 a {
    color: #f00;
}

This selector: .category-allgemein change the allgemein for the term you want to target.

Hi David,

I knew you would come up with something simple ;) I restricted this css a bit: I assigned to the h2 a category where it should be applied, this way only on the page Termine I get another color. Wonderful, thank you!

Erika

Glad to be of help!

This archived topic is closed to new replies.