• Resolved adz847

    (@adz847)


    Hi, I have created a social menu which is displayed in the top bar of my theme, it has created small icons for each social media platform, is there a way to increase the size of them without increasing the text size of the top bar?

    Thanks in advance,

    Adz

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author Andrew Misplon

    (@misplon)

    Hi Adz

    Perhaps try at Appearance > Custom CSS or Customize > Additional CSS:

    .top-bar-menu .menu li a:before {
        font-size: 30px;
    }

    Adjust as required.

    Thread Starter adz847

    (@adz847)

    Thank you, However I am just learning WordPress at the moment, would you be able to explain where I need to adjust the css please?

    Regards…

    Theme Author Andrew Misplon

    (@misplon)

    Sure, no problem. Insert the above CSS rule at either Appearance > Custom CSS if you’re using a Custom CSS plugin or at Appearance > Customize > Additional CSS. Once you’ve inserted the rule you can change the value, 30px to the value you’d prefer, 30px is just an example and probably too big.

    Thread Starter adz847

    (@adz847)

    Thank you very much for the extra help Andrew, much appreciated.

    Regards,

    Adz

    Theme Author Andrew Misplon

    (@misplon)

    Glad to hear you’re making progress

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Increase the size of social media icons in top bar’ is closed to new replies.