Tab font layout

Support desk for Multipurpose Quark Theme
GK User
Thu Jul 02, 2015 10:09 pm
So I have a dark background image in the Tab 1 Module and need help with customizing the font. it shows the default font color of grey and since I have a black background how to I make the font white?

Here is my current code currently
Code: Select all
<h2 class="gk-big-heading">N<span class="gk-number-block">1</span></h2>
<p><img class="pull-center" src="images/bigstock-Non-Gmo-Green-Grunge-Seal-Isol-81399428_Fotor.png" alt="" width="188" height="188" /><img class="pull-center" src="images/GLUTEN_FREE_Green_LOGO.png" alt="" width="212" height="212" /><img class="pull-center" src="images/stamp_new.png" alt="" width="207" height="205" /></p>
<p>We promote our product as a natural thirst quencher, a health drink and also as a substitute for artificial energy and sports drinks.</p>


What I need is these letters in white.

Code: Select all
<p>We promote our product as a natural thirst quencher, a health drink and also as a substitute for artificial energy and sports drinks.</p>


Thanks in advance
User avatar
Junior Boarder

GK User
Fri Jul 03, 2015 6:06 am
Hi, for example use:
<p style="color:white;">We promote our product...


because I cannot see class or ID above
User avatar
Platinum Boarder

GK User
Fri Jul 03, 2015 5:13 pm
Thank you Oscar that did the trick.
User avatar
Junior Boarder

GK User
Sat Jul 04, 2015 8:26 am
It wasn't perfect ..but always works.
In general it's better to use CSS in .css file instead, but in this case - easy solution worked.
Next time show me wider source code area.
User avatar
Platinum Boarder


cron