Title: https://conanimamusicacademy.com
Last modified: December 22, 2020

---

# https://conanimamusicacademy.com

 *  Resolved [conanima](https://wordpress.org/support/users/conanima/)
 * (@conanima)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/https-conanimamusicacademy-com/)
 * Can someone help me to adjust the line-height of the icons showing above the 
   menu name? Its too height. When i adjust it in google chrome inspector it works.
   But after submitting it in custom css in wordpress its even higher than before..
   How is that possible?
 * .dashicons, .dashicons-before:before {
    font-family: dashicons; display: inline-
   block; line-height: 1; font-weight: 400; font-style: normal; speak: never; text-
   decoration: inherit; text-transform: none; text-rendering: auto; -webkit-font-
   smoothing: antialiased; -moz-osx-font-smoothing: grayscale; width: 20px; height:
   20px; font-size: 20px; vertical-align: top; text-align: center; transition: color.
   1s ease-in; }
 * Kind regards alegon
 * My website is btw only visible with a custom dns change.
    View instructions below
   My website is only visible with a manual change in the host file:
 * windows: C:\windows\system32\drivers\etc\hosts
    [https://www.howtogeek.com/howto/27350/beginner-geek-how-to-edit-your-hosts-file/](https://www.howtogeek.com/howto/27350/beginner-geek-how-to-edit-your-hosts-file/)
 * mac os x: sudo nano /private/etc/hosts
    [https://www.alphr.com/edit-hosts-file-mac-os-x/](https://www.alphr.com/edit-hosts-file-mac-os-x/)
 * host file:
    95.217.185.42 conanimamusicacademy.nl
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fhttps-conanimamusicacademy-com%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Rui Guerreiro](https://wordpress.org/support/users/takanakui/)
 * (@takanakui)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/https-conanimamusicacademy-com/#post-13823661)
 * Hi [@conanima](https://wordpress.org/support/users/conanima/),
 * I’m not seeing the icons. I’m only seeing an empty space.
    Can you disable the
   custom CSS you applied and purge any cache mechanism?
 * Thanks
 *  Thread Starter [conanima](https://wordpress.org/support/users/conanima/)
 * (@conanima)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/https-conanimamusicacademy-com/#post-13826028)
 * Hello sir,
 * can you check again?
    Dont you see a website at all? I figureed it out how to
   put the icon above the text. But the icons are not centered but left aligned.
   How can i fixed that?
 * Kind regards,
    Angelo
 *  Thread Starter [conanima](https://wordpress.org/support/users/conanima/)
 * (@conanima)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/https-conanimamusicacademy-com/#post-13826088)
 * well thats bad, i see the changes are only visible when i am loggen in at the
   portal. How can I fix this?
 * watch the screenshot:
    [https://paste.pics/B4F1L](https://paste.pics/B4F1L)
 *  Plugin Author [Rui Guerreiro](https://wordpress.org/support/users/takanakui/)
 * (@takanakui)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/https-conanimamusicacademy-com/#post-13827668)
 * I figure out that the Dashicons fonts it isn’t loaded when not logged in.
 * Can you try to add the code below to the functions.php of your child theme or
   theme just to confirm if that sorts it?
 *     ```
       add_action( 'wp_enqueue_scripts', 'load_dashicons_front_end' );
   
       function load_dashicons_front_end() {
         wp_enqueue_style( 'dashicons' );
       }
       ```
   
 *  Thread Starter [conanima](https://wordpress.org/support/users/conanima/)
 * (@conanima)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/https-conanimamusicacademy-com/#post-13827692)
 * I just did, now it seems to show up on the fronted. Doesnt this makes the site
   not a bit slower?
 *  Thread Starter [conanima](https://wordpress.org/support/users/conanima/)
 * (@conanima)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/https-conanimamusicacademy-com/#post-13827696)
 * I also did the custom css changes within the cuzomization tab in wordpress and
   > custom css. is this the right place?
 *  Thread Starter [conanima](https://wordpress.org/support/users/conanima/)
 * (@conanima)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/https-conanimamusicacademy-com/#post-13835526)
 * Do you have a email adres form me to reach out to you?
 *  Plugin Author [Rui Guerreiro](https://wordpress.org/support/users/takanakui/)
 * (@takanakui)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/https-conanimamusicacademy-com/#post-13836677)
 * Hi [@conanima](https://wordpress.org/support/users/conanima/),
 * Since it has to load the dashicons it’s more resources to load but nothing that
   you will notice to slowndown.
 * You can reach me in this page
    [https://www.wpmenuimage.com/support-contact/](https://www.wpmenuimage.com/support-contact/)
 * Use the form or the email.
    Thanks
 *  Plugin Author [Rui Guerreiro](https://wordpress.org/support/users/takanakui/)
 * (@takanakui)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/https-conanimamusicacademy-com/#post-13858885)
 * Will close the topic for now. Let me know if necessary.
 *  Thread Starter [conanima](https://wordpress.org/support/users/conanima/)
 * (@conanima)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/https-conanimamusicacademy-com/#post-13859309)
 * Can this topic be deleted?
 *  Plugin Author [Rui Guerreiro](https://wordpress.org/support/users/takanakui/)
 * (@takanakui)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/https-conanimamusicacademy-com/#post-13878123)
 * Hi [@conanima](https://wordpress.org/support/users/conanima/),
 * Usually, that isn’t allowed in the WordPress.org forum.
 * I suggest that you reach the moderators(check in the 1st link below how to reach
   them), as a plugin author I can’t do anything.
 * [https://wordpress.org/support/guidelines/#deleting-editing-posts](https://wordpress.org/support/guidelines/#deleting-editing-posts)
   
   [https://wordpress.org/about/privacy/](https://wordpress.org/about/privacy/)

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

The topic ‘https://conanimamusicacademy.com’ is closed to new replies.

 * ![](https://ps.w.org/menu-image/assets/icon-128x128.png?rev=2123398)
 * [Menu Image, Icons made easy](https://wordpress.org/plugins/menu-image/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/menu-image/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/menu-image/)
 * [Active Topics](https://wordpress.org/support/plugin/menu-image/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/menu-image/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/menu-image/reviews/)

 * 11 replies
 * 2 participants
 * Last reply from: [Rui Guerreiro](https://wordpress.org/support/users/takanakui/)
 * Last activity: [5 years, 4 months ago](https://wordpress.org/support/topic/https-conanimamusicacademy-com/#post-13878123)
 * Status: resolved