• XGMScene

    (@xgmscene)


    Hello I’m useing the basic version of wordpress and I’m having a bit of a problem with the code. I made a text widget with

    <p style="text-align:center;">
    	<a href="https://twitch.tv/XGMScene" class="genericon genericon-twitch" title="Twitch" target="_blank">
    						<span class="screen-reader-text">Twitch</span>
    					</a>
    	<a href="https://twitter.com/XGMScene" class="genericon genericon-twitter" title="Twitter" target="_blank">
    						<span class="screen-reader-text">Twitter</span>
    					</a>
    	<a href="https://www.facebook.com/XGMScene" class="genericon genericon-facebook" title="Facebook" target="_blank">
    						<span class="screen-reader-text">Facebook</span>
    					</a>
    </p>

    This works fine, but I’m trying to make the icons larger. Any help?

    Thank you.

Viewing 6 replies - 1 through 6 (of 6 total)
  • BuenaPalomeno

    (@buenapalomeno)

    To make the icons larger, just changed the font-size of the icons. In your theme’s style.css put this one maybe at the end of the code:

    .genericon span.screen-reader-text{ font-size: 2em; }

    see if this works.

    Thread Starter XGMScene

    (@xgmscene)

    The thing is i only have basic wordpress, so i can’t use CSS. So i’m trying to find workarounds.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Are you saying you don’t have permissions to make CSS modifications? The WordPress software as distributed on www.remarpro.com has no “basic” package.

    Thread Starter XGMScene

    (@xgmscene)

    My site is XGMScene.wordpress.com. WordPress is my host, I’m using just the basic version when I first signed up. I’m not using any downloaded files for the site. I signed up, it asked if I wanted Basic, I clicked yes. The other option was $100 a year for CSS access and a domain of XGMScene.com, rather than XGMScene.wordpress.com

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Right, WordPress.com is your host (not www.remarpro.com). You need to use WordPress.com’s forums: https://en.forums.wordpress.com

    Thread Starter XGMScene

    (@xgmscene)

    Oh O.o damn I didn’t see that, whats the difference? Thank you for pointing that out XD

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Widget genericon help’ is closed to new replies.