Add color to text in floated block

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 Aug 03, 2014 8:55 pm
Reply with quote
Report this post
I'm using <p> Here goes main part of the text <span class="gkBlockTextLeft">Block of text</span>rest of the text</p>. The plugin is enabled. Trying to include a color element into this span class doesn't seem to work.

The text shows up in black italics. How can I make the text blue (or some other color?)
User avatar
Senior Boarder

GK User
Mon Aug 04, 2014 6:27 am
Reply with quote
Report this post
Could you please post an url to your site to a place where this issue can be seen?
User avatar
Moderator

GK User
Mon Aug 04, 2014 2:01 pm
Reply with quote
Report this post
I was trying to do it inside the article item but that didn't work, so I looked in typography.style1.css and found the css for that element.

I added the color line to the css file (in override.css )and it worked. Gaining a small bit of confidence in using firebug :)

Code: Select all
.gkBlockTextLeft {
   float: left;
   padding-left: 0;
   text-align: left;
   color: #008be6;
}
User avatar
Senior Boarder

GK User
Mon Aug 04, 2014 2:38 pm
Reply with quote
Report this post
Ok, if you would have any other questions regarding this topic, please write back.
User avatar
Moderator


cron