• Resolved nikkic123

    (@nikkic123)


    Hi there,
    I’ve got this page running. Originally I had the images opening in a lightbox, but because of the z-index settings of my menu, it displayed strangely (the menu was showing up over the top of the image in lightbox). I changed it so that now the image opens up in a different page (well, it keeps my page content, but the url changes to e.g. https://gemm-int.com/mother-of-pearl-panels-test/nggallery/image/siminetti-3d-golden-cube and only shows the one image rather than the gallery). Seems a bit strange that there’s no link back to the main selection of images. Also, if I try to change some of the styles on here to match in with my theme, it seems to override all style settings. E.g. if I add .counter {color: #8d612a;}, it changes the colour of the text as I want it to … but it removes all the style from that whole section, making the image larger, and everything aligned to the left (and the back – forward buttons get messed up). Am I missing something here? Surely it shouldn’t be so hard to make small customisations?
    Many thanks
    Nikki

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Mihai Ceban

    (@mihaiimagely)

    Hi @nikkic123,

    Can you please try to use !important for your CSS rule to see if it will apply the custom color for the counter?

    .counter {
        color: #8d612a !important;
    }

    Mihai

    • This reply was modified 5 years, 12 months ago by Mihai Ceban.

    Because it has been a month or more since your last reply, I am going to mark this as resolved as I assume you have found a solution. Please feel free to reply again if you still have questions.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Customising syles’ is closed to new replies.