• Resolved fairlightvillage

    (@hanslopevillage)


    Hi,
    I’m trying to use the Nextgen Gallery widget to display an ‘icon’ for an image. This bit of it seems to work fine but the format of the widget looks a bit strange with a borer displayed on 3 of the 4 sides i.e. not on the right hand side.
    Is there a way for me to change this? I actually do not want a border at all!
    Thanks,
    Bill

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Bill ??

    Sure thing! This can be fixed with some custom CSS. Under Customize > Additional CSS, you can add the following code:
    ?

    /* Remove border from NextGEN Widget */
    .ngg-widget img {
        border: none !important;
    }?
    

    ?
    If you’d like to learn more about CSS, I highly recommend using the free tutorials at w3schools. Here, you can find the basics of selectors (how to target the right element on the page), and properties (how to change the element on the page).

    Cheers! ??

    Thread Starter fairlightvillage

    (@hanslopevillage)

    Thanks Gabriel – that has removed the border – just as I wanted!
    regards,
    Bill

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Nextgen gallery widget format problem’ is closed to new replies.