I don't know it you are familiar with less files, if so please edit this file:
gk_technews/less/photoswipe-skin.less (and regenerate css files at the end)
if not, then please edit this file:
gk_technews/css/template.css
Now please use this code instead of old one (from .less file):
- Code: Select all
.pswp__button--close:before {
color: @dark;
content: "close";
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
font-size: 2rem;
text-transform: none;
letter-spacing: normal;
word-wrap: normal;
white-space: nowrap;
direction: ltr;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
-moz-osx-font-smoothing: grayscale;
font-feature-settings: 'liga';
}
.pswp__button--share:before {
color: @dark;
content: "share";
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
font-size: 2rem;
text-transform: none;
letter-spacing: normal;
word-wrap: normal;
white-space: nowrap;
direction: ltr;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
-moz-osx-font-smoothing: grayscale;
font-feature-settings: 'liga';
}
.pswp__button--fs:before {
color: @dark;
content: "fullscreen";
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
font-size: 2rem;
text-transform: none;
letter-spacing: normal;
word-wrap: normal;
white-space: nowrap;
direction: ltr;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
-moz-osx-font-smoothing: grayscale;
font-feature-settings: 'liga';
}
.pswp__button--zoom:before {
color: @dark;
content: "zoom_in";
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
font-size: 1.8rem;
text-transform: none;
letter-spacing: normal;
word-wrap: normal;
white-space: nowrap;
direction: ltr;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
-moz-osx-font-smoothing: grayscale;
font-feature-settings: 'liga';
}
.pswp__button--arrow--left:before {
color: @dark;
content: "keyboard_arrow_left";
left: 30px;
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
font-size: 4rem;
text-transform: none;
letter-spacing: normal;
word-wrap: normal;
white-space: nowrap;
direction: ltr;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
-moz-osx-font-smoothing: grayscale;
font-feature-settings: 'liga';
}
.pswp__button--arrow--right:before {
color: @dark;
content: "keyboard_arrow_right";
right: 30px;
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
font-size: 4rem;
text-transform: none;
letter-spacing: normal;
word-wrap: normal;
white-space: nowrap;
direction: ltr;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
-moz-osx-font-smoothing: grayscale;
font-feature-settings: 'liga';
}
Now if you want to only edit css files, replace "@dark" with "#424242".