transparant k2 articles

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue Jul 01, 2014 11:27 am
Reply with quote
Report this post
Hi,

Is it possible to have the k2 articles in a transparent box? For example the menu is in a transparent box


http://test3.clique-pr.nl

tnx in advance!
User avatar
Expert Boarder

GK User
Wed Jul 02, 2014 6:41 am
Reply with quote
Report this post
Or is it possible to hide the white area of the mainbody?
I disabled the mainbody with the suffix 'noMainbody' and the ID of my home for example, but I still got this white area.

http://test3.clique-pr.nl/
User avatar
Expert Boarder

GK User
Wed Jul 02, 2014 9:14 am
Reply with quote
Report this post
Hello,

In your case the following CSS code should help:

Code: Select all
.frontpage #gkPageContent {
display: none;
}


You can add this code at the end of any CSS file.
User avatar
Administrator

GK User
Wed Jul 02, 2014 11:15 am
Reply with quote
Report this post
Tnx a lot!! You really helped me out :mrgreen:

Is this also possible for the following page?

http://test3.clique-pr.nl/index.php/nl/clients

It's not the frontpage so...
User avatar
Expert Boarder

GK User
Thu Jul 03, 2014 12:08 pm
Reply with quote
Report this post
You can assign to this page other page suffix like "clients" and then use the following code:

Code: Select all
.clients #gkPageContent {
display: none;
}
User avatar
Administrator

GK User
Fri Jul 04, 2014 7:21 am
Reply with quote
Report this post
HERO!

tnx a lot! :mrgreen:
User avatar
Expert Boarder


cron