• Resolved viagozo

    (@dudematters)


    Hi,

    Is there a way I can control the header of the all-in-one-stack album in foo galleries. I would like change the back button to something else than the default, or at least control the colours. But even more I would like to put my own icon in there.

    I’ve added this to the css section of the album, but it has no effect;

    #foogallery-album-235838 {
    .foogallery-stack-album .back {
    color: #fff;
    background: #000;
    }
    }

    I cannot find any documentation on this particular area (albums) but maybe my search is not good enough.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter viagozo

    (@dudematters)

    Solved the colouring options in album custom css:

    .foogallery-stack-album .back {
    color: #ffffff !important;
    background: #000;
    background: rgba(0,0,0) !important;
    }

    I would still like to know if I can replace the back arrow with my own icon or make the arrow thicker.

    @steveush – would you please advise if it’s possible to replace the back arrow icon with CSS?

    Plugin Author bradvin

    (@bradvin)

    Hi.

    unfortunately, the back arrow is set with HTML, so it cannot be overridden with basic CSS.

    We can look to make that overridable when editing the album in a future update, but this is not possible at the moment.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘all-in-one-stack album buttons’ is closed to new replies.