Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1127247

    Hello to all,

    I come back about class for my h1 style.

    When I use:

    
    <h3 class="my-header-class" style="text-align: center;">Kriesi.at support</h3>
    

    and CSS:

    .my-header-class strong {
      color:red !important;
    }

    It works perfectly but not in posts (articles on my blog section)

    Could you explain why ?

    Thanks in advance,

    Best Regards,

    Iceman

    • This topic was modified 5 years, 3 months ago by ICEMAN.
    #1127490

    Hey ICEMAN,

    Your CSS you posted is targeting the strong tag, but you don’t have a strong tag in your markup. That is the likely reason.

    Best regards,
    Rikard

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