Frontpage header price table

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
Fri Jan 30, 2015 3:20 pm
Reply with quote
Report this post
Hi there,

I'm a newcomer here and have following problem wiht the great Cloudhost template. In the header price table I have now 4 colums, 2 "gkPrice" boxes and 2 "gkColor" boxes. Is there any possibility to have 4 different colors (blue, green, red, yellow) for these boxes?

I don't know how I could add "gkXxxx"-classes and define them colours. Is this possible in css.styles or override folders?

Greetings,

Petsku
User avatar
Fresh Boarder

GK User
Sun Feb 01, 2015 9:04 am
Reply with quote
Report this post
You can do that in override.css.
You would need to define background color, color of the font and hover colors of "circle" button.
User avatar
Moderator

GK User
Sun Feb 01, 2015 5:49 pm
Reply with quote
Report this post
Hi Cyberek,

thanks for your reply, unfortenately I'm not too good with these. Could you please show an example of the code for one "box" I need to define like this I found here, thus change the colour codes and give a new name like "gkRed"for red box:

}
.gkColorPriceTable dl.gkColor { background: #9ec22a; }
.gkColorPriceTable .gkColor dt { border-bottom: 1px solid #b6d25a; }
.gkColorPriceTable .gkColor dd { color: #e3f5a9; }
.gkColorPriceTable .gkColor .gkPrice > span { color: #e3f5a9; }
.gkColorPriceTable .gkColor .gkPrice > small { color: #e3f5a9; }
.gkColorPriceTable .gkColor .gkLink a {
border: 5px solid #bedf54;
color: #9ec22a;
}

Or do I need to change more like in this post you made?
https://www.gavick.com/forums/bluap-joo ... ueup-35220

Petsku
User avatar
Fresh Boarder

GK User
Mon Feb 02, 2015 7:57 pm
Reply with quote
Report this post
Code: Select all
.gkColorPriceTable dl.gkColor { background: #9ec22a; }
.gkColorPriceTable .gkColor dt { border-bottom: 1px solid #b6d25a; }
.gkColorPriceTable .gkColor dd { color: #e3f5a9; }
.gkColorPriceTable .gkColor .gkPrice { color: #fff; }
.gkColorPriceTable .gkColor .gkPrice > span { color: #e3f5a9; }
.gkColorPriceTable .gkColor .gkPrice > small { color: #e3f5a9; }
.gkColorPriceTable .gkColor .gkLink a {
   border: 5px solid #bedf54;
   color: #9ec22a;
}
.gkColorPriceTable .gkColor .gkLink a:active,
.gkColorPriceTable .gkColor .gkLink a:focus,
.gkColorPriceTable .gkColor .gkLink a:hover {
   background: #bedf54;
   color: #fff;
}

This block of code should be enough. replace gkColor with gkMyColor, change background and color values and it should be fine.
User avatar
Moderator

GK User
Tue Feb 03, 2015 3:14 pm
Reply with quote
Report this post
Hi,

thanks for the code. It`s not yet working as it should :), but I'll come further with this information.

Petsku
User avatar
Fresh Boarder

GK User
Tue Feb 03, 2015 5:37 pm
Reply with quote
Report this post
Could you please post an url to your site? I'll check what is missing.
User avatar
Moderator

GK User
Thu Feb 05, 2015 10:45 am
Reply with quote
Report this post
Hi Cyberek,

sorry for the late reply, but I was travelling. Thanks for your reply, this "motivated" me to take a new look on fresh eyes and I found my mistake (I had used search and reply in the editor too much). Everything is now as it should :).

Thanks again for the good support!

Petsku
User avatar
Fresh Boarder

GK User
Fri Feb 06, 2015 10:03 am
Reply with quote
Report this post
So to make things short - the above code was enough?
User avatar
Moderator

GK User
Sun Feb 08, 2015 2:59 pm
Reply with quote
Report this post
Yes, that code was enough, thanks!
User avatar
Fresh Boarder

GK User
Sun Feb 08, 2015 3:00 pm
Reply with quote
Report this post
Is there anything else I can help you with regarding this topic?
User avatar
Moderator

GK User
Thu Mar 05, 2015 4:42 pm
Reply with quote
Report this post
Hello
I want a background image in the middle of the price table on the grontpage. Is that possible? Now its black. I have already found the source for color changes of the 3 elements

http://vermeerpublishing.nl/
User avatar
Fresh Boarder

GK User
Sat Mar 07, 2015 7:45 pm
Reply with quote
Report this post
From what I see you have already added the image. Am I right?
User avatar
Moderator


cron