Module css override

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
Sun Mar 09, 2014 6:41 pm
Reply with quote
Report this post
Hello !

Do you know how can I change the < > and portfolio color or the home module ?

http://kreendesign.com/

I tried on the overide.css but I guess I did not do it right :(

Tks a lot : http://awesomescreenshot.com/0022gq6sda
User avatar
Gold Boarder

GK User
Sun Mar 09, 2014 10:31 pm
Reply with quote
Report this post
Hi,
For "Portfolio" button use this
Code: Select all
.gkIsWrapper-gk_creativity .figcaption > a {   } 


there you can override color and background, border color etc. insert style inside

About arrows

Code: Select all
.gkIsWrapper-gk_creativity .gkIsNextBtn i, .gkIsWrapper-gk_creativity .gkIsPrevBtn i   {  color: black; }
User avatar
Platinum Boarder

GK User
Sun Mar 09, 2014 10:34 pm
Reply with quote
Report this post
p.s.
Because you are using RSform on contact page, use also this it will fix your input fields, now there are too small:
Code: Select all
.formResponsive textarea, .formResponsive input[type="text"], .formResponsive input[type="password"] {
    height: 21px;
}
User avatar
Platinum Boarder

GK User
Mon Mar 10, 2014 5:55 am
Reply with quote
Report this post
Hello

I've added the code but looks like it's not working. Did I do something wrong ?
User avatar
Gold Boarder

GK User
Mon Mar 10, 2014 6:53 pm
Reply with quote
Report this post
Which one ? Ohh now I see I checked your override.css file.
1 - you forgot to add content into { .....} :mrgreen: empty class ?
2- I forgot those styles are from module not template that's why we have to use !important


Okey let's try again: :P
Code: Select all
.gkIsWrapper-gk_creativity .figcaption > a {
    background: rgba(255, 255, 255, 0.5) !important;
    border: 2px solid red !important; color: red !important;
  }

.gkIsWrapper-gk_creativity .gkIsNextBtn i, .gkIsWrapper-gk_creativity .gkIsPrevBtn i   {  color: black !important; }
User avatar
Platinum Boarder

GK User
Mon Mar 10, 2014 6:57 pm
Reply with quote
Report this post
By the way:
1) replace favicon.ico with yours -- override file
2) also read this guide: http://www.gavick.com/documentation/gen ... oomla-3-x/
and others from : http://www.gavick.com/documentation/cat ... -template/
User avatar
Platinum Boarder

GK User
Mon Mar 10, 2014 6:58 pm
Reply with quote
Report this post
Tks u !

5 star support :)

For the favico I'm waiting the customer to send it to me :)
User avatar
Gold Boarder

GK User
Mon Mar 10, 2014 7:02 pm
Reply with quote
Report this post
thanks and no problem, remember also about to insert map in contact page, it looks nice and might be useful for clients.
If you:
1) have ideas for new articles for our documentation give me sign /inspiration tip/
2) need custom jobs (not typical support) & photos from legal source etc. -- ask via PM only.
User avatar
Platinum Boarder


cron