• Resolved davor0305

    (@davor0305)


    Hello from Toronto!

    As a “green” WordPress (and website in general) user, I am even not sure did I post it to right place, but I’ll try.
    I tried several themes, and Neve came out as a winner for my level. Yet, there are few things I’d like to improve, especially image and gallery look.

    1. Is there a way to round the corners of images in the galleries that are already made?

    2. When I click on image in the gallery it popup and show bigger. In the right bottom of the screen it gives option to see it in full size (which is great).
    In the right bottom it shows title of the image (which is unwanted in my case).
    To be more confused, some of the galleries show popup image title, and others do not.
    Any idea where can I control it, or how to hide all image titles?

    Thank you.

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi @davor0305,

    1. Yes, you can add the following code to your Appearance -> Customize -> Additional CSS:

    .blocks-gallery-item img {
       border-radius: 15px;
    }

    You can adjust the size as you want.

    2. To hide the title add the code below too:

    .jp-carousel-titleanddesc-title {
        display: none !important;
    }

    Hope that helps!

    Thread Starter davor0305

    (@davor0305)

    I spend half of the day yesterday trying to do it. It took me half of the minute to copy/paste your golden codes today (btw, it’s my first time ever to use the code)
    How did it come out?
    You check it, this gallery is for you anyway ☺
    https://www.vujo.ca/flowers-other-plants/

    I’m glad I could help! 🙂 Also, very nice pictures.

    I obtained the CSS classes of your elements using Inspect Element and then I just added the CSS code.

    Thread Starter davor0305

    (@davor0305)

    That’s because you have knowledge and skills about what to do and where to look for a solution. My level is way behind, so I am trying to do it visually as much as possible.
    Perhaps you’ll have better idea where I am if I confess that I’ve never heard of WordPress till two months ago. I didn’t have idea what is “domain”, “server”, “theme”, “page”, “widget” etc.
    Honestly, I am still not clear with some terminology and what is controlled in Dashboard or Theme Customizer (or elsewhere?).
    In my eyes “CSS code” is like time machine in good science fiction movie… you know something like it may exist, but have no idea how it’s build and how to use it.
    “Inspect Element”… c’mon, be serious (LOL)… I just tried to use it on Google Chrome and I feel like I have to fix that time machine.
    But that’s why I have you 🙂

    Thread Starter davor0305

    (@davor0305)

    One more thing I am not clear about: Should I (or someone else) check the box “Reply and mark as resolved”?
    As I consider it as resolved, I will try to do it now.

    Yes, you have to click “Mark as resolved” if you consider we replied your questions as you needed. 🙂
    Thanks

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

The topic ‘Neve Gallery’ is closed to new replies.