Widget CSS Customization

  • Unknown's avatar

    Hello, I am using the Triton Lite theme and I would like to request a snippet for the following.

    At the bottom of the main page there’s two images and a music player. Those widgets appear everywhere, is there a snippet for those widgets to only appear at the bottom of the main page and not in the post and category pages?

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hello there!

    Dropping this code in your custom CSS area should do the trick:

    #midrow {
    	display: none;
    }
    
    .home #midrow {
    	display: block;
    }

    Let me know if that doesn’t work!
    Sage

  • Unknown's avatar

    It perfectly worked, thanks.

    I have another request if possible. On the top right corner of the site I have a set of social media icons that were put in there with a snippet. On any computer you can see perfectly the placement of them next to the last category link in the menu bar, but in the ipad or iphone those icons seem to be far left almost to the second to last category link. Is there a snippet to fix that so those icons look the same as they do on the computer?

  • Unknown's avatar

    Hey there,

    That’s great to hear!

    I’m not actually able to see any social icons on your site, but would you mind opening up a new thread so it’s easier to find if anyone in the future has similar problems?

    Thanks!
    Sage

  • The topic ‘Widget CSS Customization’ is closed to new replies.