• Resolved brae09

    (@brae09)


    I am currently testing the free version. For the icon menu (via Theme Options), if I want to upload an icon, what dimensions should it be? Does it need to be a certain file format?

    Also, is it possible to enlarge the included icons when displayed in the icon menu, perhaps through some custom css?

    In the Virtue Social Links widget, can the order of those icons be changed? For example, can I put Facebook first? What about the icon size in this area?

    Thanks!

    https://wordpress.org/themes/virtue/

Viewing 7 replies - 1 through 7 (of 7 total)
  • I believe that it’s best to use a vector for your custom icons, so they can be resized as if they were a font.

    Yes, you surely can change the size of the icons with CSS.

    Size depends really on what you want. I would suggest a png if your not going to use a vector font.

    In terms of the social widget you can’t reorder unless you created your own widget. But you can use a plugin to set this up for you: https://wordpress.org/plugins/lightweight-social-icons/

    Just so I’m clear Facebook is first in the virtue: social widget 🙂

    Kadence Themes

    Thread Starter brae09

    (@brae09)

    I will look into using a vector font. Thanks for the link for the plugin.

    Facebook is first in the virtue social widget, but it is displayed last or rightmost on the topbar, http://pebblebell.com/.

    hannah

    (@hannahritner)

    Hey brae09,
    You can use this css to move your facebook icon to the front:

    .topbar-widget .virtue_social_widget a {
        float: left;
    }
    .topbar-widget {
        float: right;
    }

    Just paste it in your custom css box in Theme Options > Advanced Settings.

    Hannah

    Thread Starter brae09

    (@brae09)

    Sweet. That works! Thanks very much, Hannah.

    How do you change the size of the icons in the top bar?

    Hello Rozkakhana,

    Please start new topics with all future support requests.

    Can you post a link so I can see what icons you’ve got assigned to your topbar?

    Thanks,
    Kevin

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘[Theme: Virtue] custom icon size and social icons’ is closed to new replies.