• Hey, guys, first of all, I’d like to know whether it is possible to remove that annoying “paper” icon from the title of a page from my website. That annoying thing stays on the left side of the title of a page and the theme is Costumizr! If it is actually possible to do something about it, I’d like to know how to remove and how to change it into an icon of my own. Thanks, guys!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey there mariafrancojorge,

    How are you doing today?

    This should be possible with some custom CSS. Please try adding the following CSS code to Appearance >> Customize >> Advanced Options >> Custom CSS:

    .chrome article.page .format-icon:before, .safari article.page .format-icon:before {
    content: url(insert_image_URL);
    opacity: 1;
    }

    Replace the fake URL with the actual URL of your image/icon. Also icon has transparency on it if you want to keep it please remove opacity: 1; from the code I provided. If this doesn’t work could you please post link to your site so I can take a look?

    Hope this helps ??

    Best regards,
    Bojan

    Thread Starter mariafrancojorge

    (@mariafrancojorge)

    I wanted to use a coffee icon and when I changed the opacity to 0 it just didn’t show anything, and when I changed the opacity back to 1, the icon appeared but with an error icon. I’m happy not to have anything showing next to the title so I’m pretty please with your help! Thank you very much, Bojan!
    ??

    Glad I could help ??

    Cheers,
    Bojan

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to remove that "paper" icon?’ is closed to new replies.