bacground testimonials

Support desk for Multipurpose Quark Theme
GK User
Wed Oct 21, 2015 8:08 pm
Hi
Where I can change the background color of testimonials,
Thanks
User avatar
Expert Boarder

GK User
Wed Oct 21, 2015 8:46 pm
Well, it depends on which module position you have assigned to that.
What about e.g.:
Code: Select all
.frontpage #gkBottom7 .box
{
   background: #CCCCCC;
}


Best regards,

Ruediger
User avatar
Senior Boarder

teitbite
Sun Oct 25, 2015 5:28 pm
Could you please provide me with a URL to your website, either here or via PM (click the “Private Message” text underneath my avatar) so that I may analyze it? It is a lot easier for us to diagnose issues when we have a live site to examine.
User avatar
Moderator

GK User
Mon Oct 26, 2015 3:54 pm
PM sent, Thanks
User avatar
Expert Boarder

GK User
Mon Oct 26, 2015 9:08 pm
Hi Zite7,

When it is not on the frontpage try it that way:
1.) Add something like testbg to the Module Class Suffix field
2.) Add to you override and please do not forget the . at the beginning:
Code: Select all
.testbg
{
  background: #cccccc;
}


Best regards,

Ruediger
User avatar
Senior Boarder

teitbite
Thu Oct 29, 2015 2:44 pm
Hi

I can see You've already figured out how to change the background color. I can see a code like this in override.css:

Code: Select all
.frontpage #gkBottom1 .box {
    background: #fdbd10 none repeat scroll 0 0;
}


that's for frontpage, but if You need to use it in some other pages You can use a different page class suffix instead of "frontpage". Page class suffix can be added like this: https://www.gavick.com/documentation/jo ... omla-pages
User avatar
Moderator

GK User
Fri Nov 13, 2015 5:27 pm
I pasted the code like this:
.front page # gkBottom4 .box
{Background: # fdbd10;
}
the place to put the color is Bottom4, but does not work.

http://www.graphictime.com.co

Thanks
User avatar
Expert Boarder

GK User
Sat Nov 14, 2015 12:35 am
Hi Zite7,

In case you have a space between .front and page, please remove it..
Best regards,

Ruediger
User avatar
Senior Boarder

teitbite
Sun Nov 15, 2015 12:14 pm
Hi

And there should be no space between # and gkBottom

Please just copy my code exactly:

Code: Select all
.frontpage #gkBottom1 .box {
    background: #fdbd10 none repeat scroll 0 0;
}
User avatar
Moderator

GK User
Tue Nov 17, 2015 6:56 pm
Paste accurate, it does not work, or with bottom 1 or bottom 4 sorry
User avatar
Expert Boarder

GK User
Tue Nov 17, 2015 9:31 pm
Hi Zite7,
In line no. 88 of your override.css it is working for gkBottom1 .box on your frontpage.
Where is the place where it is not working?

Best regards

Ruediger
User avatar
Senior Boarder

GK User
Wed Nov 18, 2015 3:47 pm
The module is in bottom4 also works there.
Thanks B)
User avatar
Expert Boarder

teitbite
Sat Nov 21, 2015 3:57 pm
Hi

I cannot see a bottom4 being used :), but looks like code worked for other parts. Probably it was becuase of cache that You was not able to see this change right away. Glad it's working now.
User avatar
Moderator


cron