[Resolved] left border on H2 only

Home Forums Support [Resolved] left border on H2 only

Home Forums Support left border on H2 only

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1459316
    Sanu Kumar

    Hey

    I just implemented this CSS to achieve left border on H2 only but it has some issue on my other pages. Could you take a closer look at this and help me to find the error in the CSS.

    body:not(.blog):not(.archive):not(.home)
    h2 {
      border-left: 6px solid #b21212;
    	padding-left: 20px;
    }

    I just want a left border on H2 only on all of my posts and pages. But on my WP Coupons posts – left border is showing on H1, featured images but not showing on H2. I want to show it only on H2.
    Live issue URL: https://www.masteryblogging.com/coupons/semrush-free-trial/
    Here’s the screenshot of that error: https://ibb.co/VQrKJF4

    #1459355
    Leo
    Staff
    Customer Support

    Hi there,

    Try this for the selector:
    body:not(.blog):not(.archive):not(.home):not(.coupon-template-default) h2

    #1459362
    Sanu Kumar

    Thanks, Leo

    #1460063
    Leo
    Staff
    Customer Support

    No problem 🙂

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