• Resolved erickmena

    (@erickmena)


    Am using SimpLy Gallery to showcase different services I offer to clients. Each service has a different color assigned to it. You can set the global title text color (which i have to white) and it works well, except over one of the blocks which is yellow. Am struggling finding a way to make that particular text black. As far as i can see, the text on all boxes has to be the same color. How can i change only one text?

    Screenshot

    https://emena.online/#Portafolio

    I tried going to inspect mode on chrome, but if i change the color on one, it changes the color on all. I′ve looked through the plugins settings with no luck (it′s set to global) and finally I′ve tried to insert css to the title and it breaks the whole plugin. I just which to change color on two words “Web Design”.

    PD: Each gallery has it′s own shortcode and you can add additional css through the plugins interface.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author GalleryCreator

    (@gallerycreator)

    Try adding this Custom CSS (block settings panel on the right) for this album block:

    div[data-id-gallery="1314"] .pgcsimplygalleryblock-albums-title {
    color: black;
    }

    Thread Starter erickmena

    (@erickmena)

    Thank you @gallerycreator, this made the trick. I copied the snipet to: SimpLy Gallery> Album Presets> Album Block> Custom CSS

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Simply Gallery Plugin: Change color of title in just one block’ is closed to new replies.