Support » Fixing WordPress » Replacing widget text with image… Need help!

  • Resolved scrapspaperglitter

    (@scrapspaperglitter)


    In each widget I assigned a custom CSS Class and added custom CSS. On my shop page and footer it worked great. However, on my blog page all (except for newsletter) are showing the image but also the widget title under it. Need help tweaking to remove the title.

    Here is an example of the CSS code that worked for the widgets on my shop page:

    `
    .myposts {
    background: url(“http://ScrapsPaperGlitter.com/images/site/Widget_Recent_Posts.png”) no-repeat;
    width: 270px;
    margin-bottom: 40px;
    margin-bottom: 4rem;
    padding: 110px 0 0 0;
    height: 150;
    overflow: hidden;
    }

    This is my first WordPress site as I previously used PrestaShop. Any suggestions greatly appreciated.

    Thanks,
    Barb

    ScrapsPaperGlitter.com

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Replacing widget text with image… Need help!’ is closed to new replies.