changing colors
Steak House, food and drink theme, is now available on support forum.
- GK User
- Thu Sep 22, 2016 2:00 pm
I would like to change background color for this theme. I have already changed frontpage background to black with this
.gk-color-bg {
background: #000000;
But now I need to change also all texts because some of those are black and not visible.
And also I have some other pages which I like to change black too. I tried gk-color-bg
and it changed background of the page, but I still need to change so that it is all black not just area where texts are (Just like frontpage which is fullscreen)
It would be awesome I you can provide css fo doing that, thanks.
.gk-color-bg {
background: #000000;
But now I need to change also all texts because some of those are black and not visible.
And also I have some other pages which I like to change black too. I tried gk-color-bg
and it changed background of the page, but I still need to change so that it is all black not just area where texts are (Just like frontpage which is fullscreen)
It would be awesome I you can provide css fo doing that, thanks.
-
- Junior Boarder
- Joshua M
- Fri Sep 23, 2016 8:16 am
Hello,
I need to see your website to provide you custom css code.
For the frontpage try the following fragment:
I need to see your website to provide you custom css code.
For the frontpage try the following fragment:
- Code: Select all
.gk-color-bg {
background: #000;
color: #fff;
}
-
- Moderator
- GK User
- Fri Sep 23, 2016 10:25 am
Hi,
I tried to send you a private message because my site is not public yet. But message is still in Outbox. I don't know why it is not sent.
I tried to send you a private message because my site is not public yet. But message is still in Outbox. I don't know why it is not sent.
-
- Junior Boarder
- Joshua M
- Mon Sep 26, 2016 7:44 am
Hi,
I've received your message. Please try to add the following custom css code:
If you want to change other elements, please use a Google Chrome Dev Tools or Firebug, inspect the element and override css code, please check more informations here:
https://www.gavick.com/documentation/jo ... ss-changes
(it's from joomla version, but it's the same mechanism)
I've received your message. Please try to add the following custom css code:
- Code: Select all
.bigtitle .header > span,
.gk-description p,
.gk-photo h3 {
color: #fff
}
If you want to change other elements, please use a Google Chrome Dev Tools or Firebug, inspect the element and override css code, please check more informations here:
https://www.gavick.com/documentation/jo ... ss-changes
(it's from joomla version, but it's the same mechanism)
-
- Moderator
4 posts
• Page 1 of 1