Home Support Construction Real estate Pro Replace diamond icon

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2212
    grazierinvest
    Participant

    How do I replace the diamond icon with something else OR just remove it?

    #2219
    Shop Manager
    Keymaster

    Hi Grazier,

    As per your request, there is no option to change the icon, we are giving you some easy steps and CSS to remove the diamond icon.

    Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Paste the given CSS on it >> Publish.

    section h2:before {
    display: none;
    }
    section h2:after {
    display: none;
    }

    If you need any other assistance please let us know.

    Thank you

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