[Resolved] breadcrumbs font weight should be 300 px

Home Forums Support [Resolved] breadcrumbs font weight should be 300 px

Home Forums Support breadcrumbs font weight should be 300 px

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1469917
    Sanu Kumar

    I am using this code to bold the hyperlink anchor text but I want to exclude breadcrumbs….how we can do it?

    body:not(.blog):not(.breadcrumbs) .inside-article a {
    	font-weight: bold;
    }
    #1469939
    Leo
    Staff
    Customer Support

    Hi there,

    Any chance you can link us to the site in question?

    You can use the private information field.

    Let me know 🙂

    #1469958
    Sanu Kumar
    #1470318
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

    body:not(.blog) .inside-article > *:not(.rank-math-breadcrumb) a {
        font-weight: bold;
    }
    #1470383
    Sanu Kumar

    thank u

    #1470415
    David
    Staff
    Customer Support

    You’re welcome

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