Site logo

[Resolved] How to Remove the Underlaying of Links in Breadcrumbs and Review Number?

Home Forums Support [Resolved] How to Remove the Underlaying of Links in Breadcrumbs and Review Number?

Home Forums Support How to Remove the Underlaying of Links in Breadcrumbs and Review Number?

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #2138921
    Georgi

    Hello GP Team,

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

    This will be very useful if it can be achieved.

    Thanks in advance!

    #2138930
    Elvin
    Staff
    Customer Support

    Hi Georgi,

    This is beyond the theme’s support as the theme doesn’t add these parts. 🙂

    You may have to ask the support of the plugin that adds the breadcrumb and star rating if their element structure can be filtered with PHP snippets. 😀

    #2138936
    Georgi

    I see. Thanks!

    #2138939
    Elvin
    Staff
    Customer Support

    You can ask them specifically if they have a filter for the html output so you can remove the anchor tag. 🙂

    No problem.

    #2138941
    Georgi

    Useful. Thanks for the advice!

    #2138954
    Elvin
    Staff
    Customer Support

    Here’s how to add PHP incase you need it –
    https://docs.generatepress.com/article/adding-php/

    #2139041
    Georgi

    They provided me CSS to resolve it.

    Sharing it here in case someone uses RankMath breadcrumbs and wants to remove the underlaying of the breadcrumbs:

    .rank-math-breadcrumb p a {
      text-decoration: none!important;
    }
    #2139058
    Elvin
    Staff
    Customer Support

    Thanks for sharing. Glad you got it sorted. 😀

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