• Resolved Mercure

    (@thedutching)


    Hi,

    The grey color of the text of the featured is, not enough light for me, and I would like to change its color.
    I tried to used this css : “.card-description” but the effect is all the articles of the front page are customized, even the non-featured ones.

    Regards.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @thedutching,

    If you want to change only the posts (blog section) use the parent class also together:

    .hestia-blog-content .card-description {
     color: #000;
    }

    This way only the posts will be affected.

    Thread Starter Mercure

    (@thedutching)

    Hi Vytis,

    In fact nothing happens with the codes. I tried these ones :

    .hestia-blog-featured-card .card-description which work.

    Thank you very much because you put me on the right trail.

    Regards,

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to customize the featured post ?’ is closed to new replies.