Announcement

  •  » Themes
  •  » Bootstrap Darkroom - CSS

#1 2021-11-18 18:54:04

Ralf
Member
Dorsten-Lembeck
2012-05-08
230

Bootstrap Darkroom - CSS

Hi,

to match my Piwigo gallery with my blog, I have made some modifications in the css (local files editor) of the Bootstrap Darkroom theme.

The color of the links are changed with:
a {
  color: #fcc108;
}

which works fine.  What would be even finer is, to change only the color of the text-links (for example in the footer) and leave the navigation buttons at their default color.

Here you can see what I mean:
https://www.ralf-kerkhoff.de/picture/32 … utergrafik

The nav icons above the image and the social icons should use the themes default color.

I have taken a deeper look at bootstraps css files, but was not able to find out how only the text links could be changed:

Cheers
Ralf


There are only two kinds of music:
Rock and Roll

https://www.ralf-kerkhoff.de

Offline

 

#2 2021-11-19 09:39:49

Ralf
Member
Dorsten-Lembeck
2012-05-08
230

Re: Bootstrap Darkroom - CSS

For those who are interested - I managed to get what I want.

The following css code does the trick for the social buttons and the navigation icons:
#theImageShareButtons a {
color: #9e9e9e!important;

}

#theImageShareButtons a:hover {
color: #ffffff!important;

}

#navigationButtons a {
color: #9e9e9e!important;

}

#navigationButtons a:hover {
color: #ffffff!important;

}



Cheers
Ralf


There are only two kinds of music:
Rock and Roll

https://www.ralf-kerkhoff.de

Offline

 

#3 2021-11-19 19:21:54

rjpp
Member
2021-07-13
25

Re: Bootstrap Darkroom - CSS

Thank you Ralf.

I've been trying to play with the CSS for my own site and this has made things a little clearer for me. Appreciate it!

Offline

 
  •  » Themes
  •  » Bootstrap Darkroom - CSS

Board footer

Powered by FluxBB

github twitter newsletter Donate Piwigo.org © 2002-2024 · Contact