• Resolved spinnerin

    (@spinnerin)


    In the All-In-One-Stack-Album the color of the horizontal line in the title, the go-back-circle and the title of the included gallery are always grey (#888, I think) – no matter which template I use.
    And grey does not go well with the rest of the color scheme of my site.

    Where can this be changed? I tried all the different .css files I could find with that color (#888), but it did not change the output.

    https://www.ads-software.com/plugins/foogallery/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Best thing to do is to use either Firebird in firefox or google chrome dev tools. With these should should be able highlight different sections of the screen and find out what css affects that area this should be able to tell you which css holds the colour you need to change. You then need to modify that css file.

    To be honest I’m not sure what you are referring too exactly?

    Thread Starter spinnerin

    (@spinnerin)

    This is what I mean: https://tinyurl.com/kqt57vw
    Since I am still working locally, it’s only a screenshot.

    Thanks for you suggestion, I will try that.

    Plugin Author bradvin

    (@bradvin)

    @spinnerin, your best bet is to use the custom CSS metabox when editing a gallery to add your specific CSS. Use Locka’s method above to find out what you need to change.

    Altering the core plugin files will result in your changes being lost when you update the plugin.

    From you screenshot, it looks like you will need to change:

    .foogallery-stack-album .topbar .back { }

    .foogallery-stack-album .topbar h2 { }

    .foogallery-stack-album .topbar h3 { }

    Thread Starter spinnerin

    (@spinnerin)

    Thank you @bradvin, that is what I was looking for. And also
    .foogallery-stack-album .topbar {}

    That makes it look so much nicer. And did I mention, that you Gallery is awesome? Thank you very much for building it for us ??

    Plugin Author bradvin

    (@bradvin)

    @spinnerin, glad you like it and thanks for using FooGallery.

    Please rate it on the WP.org repo, so that more people are made aware that it exists ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to change preset colors?’ is closed to new replies.