Changes in CSS doesn't seem to follow...

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
Thu Mar 12, 2015 1:08 pm
Reply with quote
Report this post
Sorry for such a basic question, but I'm lost as to what is not happening...

Updated the TEMPLATE.CSS, most notably:
body {
background: #111;
color: #666;
font-size: 14px;
font-weight: 300;
line-height: 1.3;

But despite uploading the css, refreshing the browser, clearing cache, and even using a different browser, the original values continue to be used:
body {
background: #111;
color: #666;
font-size: 18px;
font-weight: 300;
line-height: 1.6;

What is going wrong????

Here is the URL: http://innovo-cloudhost.acmedigitaltech ... novo-story
User avatar
Senior Boarder

GK User
Thu Mar 12, 2015 1:19 pm
Reply with quote
Report this post
Hi,
how long you're using GK templates, 3 days?
1) Did you heard about override.css ? - check my footer link.
2) and !important value, in CSS ?
User avatar
Platinum Boarder

GK User
Thu Mar 12, 2015 3:40 pm
Reply with quote
Report this post
Thank you Oscar....touché...apologies
User avatar
Senior Boarder

GK User
Thu Mar 12, 2015 5:00 pm
Reply with quote
Report this post
Oscar....

Thanks for your help, but I can't find the CSS that aligns the <li> with the text...I changed the text size from 18 to 12 and the <li> is now a little lower than the bottom of the text...it is fine if I return to the original 18....

What do I need to change to correct this...

http://innovo-cloudhost.acmedigitaltech ... novo-works
User avatar
Senior Boarder

GK User
Fri Mar 13, 2015 5:26 pm
Reply with quote
Report this post
Use this class , like me
Code: Select all
.itemBody ul li {
    font-size: 18px;
   color: red;
}
User avatar
Platinum Boarder

GK User
Sat Mar 14, 2015 4:30 pm
Reply with quote
Report this post
Doesn't help....actually makes it worse:

http://innovo-cloudhost.acmedigitaltech ... novo-works
User avatar
Senior Boarder

GK User
Mon Mar 23, 2015 6:19 pm
Reply with quote
Report this post
Code: Select all
.itemBody ul li::before {
    top: 2px !important;
}


this should fix dots in your list :whistle:
User avatar
Platinum Boarder

GK User
Wed Mar 25, 2015 4:07 pm
Reply with quote
Report this post
Thanks! That fixed it.
User avatar
Senior Boarder


cron