How to Remove the Underlaying of Links in Breadcrumbs?

#353319
  • Resolved Georgi
    Rank Math free

    Hello RankMath Team,

    I’m wondering how can the underlying be removed from links in the breadcrumbs and to stay for other links on a webpage? https://prnt.sc/4OSuKW3_kVuZ

    My theme operator pointed me to you saying to ask you specifically if you have a filter for the html output so I can remove the anchor tag.

    Can you help achieve it? Example link in the private field.

    Thanks in advance!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    Thanks for contacting us and sorry for any inconvenience that might have been caused due to that.

    Please add the CSS given below in the Additional CSS section of your theme’s customizer to remove the underline from the breadcrumbs:

    .rank-math-breadcrumb p a {
      text-decoration: none!important;
    }

    Hope this helps. Let us know if you need any other assistance.

    Georgi
    Rank Math free

    Worked like a charm! Thank you a lot, Jaideep!

    Hello,

    Glad that helped.

    Please feel free to reach out to us again in case you need any other assistance.

    We are here to help.

    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)

You must be logged in to reply to this ticket.