Okay
  Public Ticket #2310479
Footer
Closed

Comments

  • Blaž Učakar started the conversation

    Greetings,

    how can I adjust social media icons size in the footer? I would like to enlarge them a little bit. It would be great to have an easy control over size and style.

    Thank you, Blaž

  •  675
    Neuron replied

    Hi Blaz,

    You can do that easily by adding the following style in Appearance > Customize > Additional CSS.

    footer .m-social-media ul li a {
        font-size: 20px !important;
    }

    Feel free to ask for anything you need.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • Blaž Učakar replied

    Thank you very much! 

    That worked great! I have some other questions but I'll submit them in a new ticket, because it isn't regarding footer.

  •  675
    Neuron replied

    Sure, feel free to ask for anything you needsmile.png

    You can stick all the questions in one ticket, that's not problem.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • Blaž Učakar replied

    Thank you! :)

    I already posted two questions about further menu custumization here: https://neuronthemes.ticksy.com/ticket/2311508/

    And I have one more: what is the best way to change font in main menu?

  •  675
    Neuron replied

    Hi Blaz,

    Sure, I've replied. Sorry for the late replysmile.png

    Well, since there is not any specific option for the menu, you can add it via Custom CSS.

    ul.menu.m-header-default-menu li.menu-item>a {
        font-family: Roboto !important;
    }

    Since, the font family properties in Appearance > Customize > Typography are for global fonts.

    https://prnt.sc/r8eivj

    Feel free to ask for anything you need.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.