Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Manesh Timilsina

    (@maneshtimilsina)

    You need to override default css to change the icon and style of icons. Use the classes that are generated by plugin and write css for them in your stylesheet. If you do not have idea of css forward your link to us.

    Regarding RSS subscription, we will include it in our next version. Please be patient and send us your valuable feedback so that we can give you more in our next version.

    Thread Starter niron

    (@niron)

    Hi,

    Thanks for the comment. I can’t write the CSS code myself. In addition to that, there seems to be some sort of a problem with the Title box. It is just too buggy and cannot be aligned with the WordPress sidebar.

    My website is technologer.net

    Thanks!

    Plugin Author Manesh Timilsina

    (@maneshtimilsina)

    Hello Niron
    I can’t find this plugin in your sidebar. I think you have deactivate it. If you want me to fix the issues, activate the plugin and send me the exact link, I will help you to resolve your problem.
    Thanks.

    Thread Starter niron

    (@niron)

    Hi,

    I just installed the plugin again at technologer.net
    Also, check out the Title, it is buggy and does’t align with the sidebar well.

    Thanks!

    Plugin Author Manesh Timilsina

    (@maneshtimilsina)

    Hi Niron,
    You have not added any css for plugin title. Following css adds color,background, assign font-family, font-size, padding, etc to the title.
    .side-socials > h2 {
    background: none repeat scroll 0 0 #111111;
    color: #FFFFFF;
    font-family: ‘LeagueGothicRegular’,Arial,sans-serif;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 21px;
    padding: 4px 8px 2px 26px;
    }
    This is just an example, you can add your own css to style it as per your requirement.

    Thread Starter niron

    (@niron)

    Hi,

    Alright, thanks!

    I see the various themes folders within this plugin, but do not see how to access them for usage.

    How can I use/view these other theme looks?

    THX

    Plugin Author Manesh Timilsina

    (@maneshtimilsina)

    Hi ThreeToedCrow,
    You need to write few css to make plugin icons look like your theme. Our upcoming version gives you 4 different options to select icons and their alignment.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘How do I change icons’ is closed to new replies.