<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>zubbit.io | custom css</title>
	<atom:link href="https://docs.zubbit.io/tag/custom-css/feed/" rel="self" type="application/rss+xml" />
	<link>https://docs.zubbit.io/tag/custom-css/</link>
	<description>Knowledge Base</description>
	<lastBuildDate>Sat, 20 Feb 2021 22:07:29 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://docs.zubbit.io/wp-content/uploads/cropped-z-icon-v3-32x32.png</url>
	<title>zubbit.io | custom css</title>
	<link>https://docs.zubbit.io/tag/custom-css/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to Use Custom CSS on Your Call-to-Action Adverts</title>
		<link>https://docs.zubbit.io/how-to-use-custom-css-on-your-call-to-action-adverts/</link>
		
		<dc:creator><![CDATA[tcfadmin]]></dc:creator>
		<pubDate>Wed, 17 Feb 2021 21:15:51 +0000</pubDate>
				<category><![CDATA[Managing Call-to-Actions]]></category>
		<category><![CDATA[Themes & Customisations]]></category>
		<category><![CDATA[call-to-action]]></category>
		<category><![CDATA[custom css]]></category>
		<guid isPermaLink="false">http://docs.zubbit.io/?p=186</guid>

					<description><![CDATA[<p>How to Use Custom CSS on Your Call-to-Action Adverts Beyond the great theming engine on Zubbit, we&#8217;ve given our customers the ability to add their own Custom CSS to their call-to-action adverts. In short custom CSS styles gives you the ability to change the style of individual words or characters which override the global design settings [&#8230;]</p>
<p>The post <a href="https://docs.zubbit.io/how-to-use-custom-css-on-your-call-to-action-adverts/">How to Use Custom CSS on Your Call-to-Action Adverts</a> appeared first on <a href="https://docs.zubbit.io">zubbit.io</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h2>How to Use Custom CSS on Your Call-to-Action Adverts</h2>
<p>Beyond the great theming engine on Zubbit, we&#8217;ve given our customers the ability to add their own Custom CSS to their call-to-action adverts.</p>
<p>In short custom CSS styles gives you the ability to change the style of individual words or characters which override the global design settings of the design selected.</p>
<p>Currently, there are three different styles which can be simply applied to any Call-to-Action Link &#8211; which are <strong>Bold</strong>, <em>Italics</em> and Underscore<em> (see below for a more advanced styling technique)</em>:</p>
<p><img fetchpriority="high" decoding="async" class="alignnone size-full wp-image-401" src="https://docs.zubbit.io/wp-content/uploads/kb-custom-css-1.jpg" alt="" width="607" height="167" /></p>
<p>&nbsp;</p>
<p>Inline Custom CSS Styles can be applied to the following fields as shown in the example above:</p>
<ul>
<li>Brand Title</li>
<li>Call-to-Action Message</li>
<li>Call-to-Action Button Text</li>
</ul>
<h3>How do I Apply These Custom CSS Styles</h3>
<p>We use what&#8217;s known as HTML Tags which you simply surround the word or character with. At the current time only these HTML Tags below are supported:</p>
<pre>&lt;b&gt;&lt;/b&gt; (for <strong>Bold</strong> not no longer supported on IE)
&lt;i&gt;&lt;/i&gt; (for <em>Italics</em>)
&lt;u&gt;&lt;/u&gt; (for <span style="text-decoration: underline;">Underscore</span>)
&lt;span&gt;&lt;/span&gt; (used for applying any type of custom style you want using a format called CSS which stands for Cascading Style Sheet - see below for further details)</pre>
<p>&nbsp;</p>
<p>So to produce the brand title in the Call-to-Action Advert above we would type this into the Brand Title field:</p>
<pre>&lt;b&gt;BOLD&lt;/b&gt; - &lt;i&gt;ITALICS&lt;/i&gt; - &lt;u&gt;UNDERSCORE&lt;/u&gt;</pre>
<p>&nbsp;</p>
<p>So far we have only covered three different style types.</p>
<p>Lets now take a look at a more advanced styling technique below!</p>
<p>.<br />
.<br />
.</p>
<h3><u>WARNING THIS IS FOR EXPERIENCED USERS ONLY</u></h3>
<p>.<br />
.<br />
.</p>
<p>We also allow you to apply any supported CSS style you wish through the use of the following HTML Tag:</p>
<pre>&lt;span&gt;&lt;/span&gt;</pre>
<p>by setting the style directly yourself on the HTML Tag, for example I could do this:</p>
<pre>&lt;span style="color:red"&gt;RED&lt;/span&gt;</pre>
<p>which would display the word <span style="color: #ff0000;">RED </span>as the colour red.</p>
<p>We can supply as many CSS styles as we wish but each one needs to be separated by a semi-colon, for example:</p>
<pre>&lt;span style="color:red;font-size:25px;font-weight:700"&gt;RED&lt;/span&gt;</pre>
<p>which would display the word <span style="color: #ff0000;"><strong>RED</strong> </span>as the colour red using a font size of <strong>25</strong> pixels using a font weight of <strong>700</strong> which is the replacement for the</p>
<pre>&lt;b&gt;&lt;/b&gt;</pre>
<p>tag.</p>
<p>These are some of the most popular CSS styles you can use with your Call-to-Action Advert text:</p>
<ul>
<li><strong>background-color:</strong> <em>(enter a valid color name or color hex value like <strong>#ff0000</strong> for red)</em></li>
<li><strong>color:</strong> <em>(enter a valid color name or color hex value like <strong>#ff0000</strong> for red)</em></li>
<li><strong>font-size:</strong> <em>(enter a number followed by <strong>px</strong>)</em></li>
<li><strong>font-family:</strong> <em>(enter a valid font family i.e. <strong>Arial</strong>, <strong>Verdana</strong>, <strong>Courier New</strong>, <strong>Georgia, Impact </strong>etc.)</em></li>
<li><strong>font-style:</strong> <em>(enter one of these <strong>normal</strong>, <strong>italic</strong>, <strong>oblique</strong>)</em></li>
<li><strong>font-variant:</strong> <em>(enter one of these <strong>normal</strong>, <strong>small-caps</strong>)</em></li>
<li><strong>font-weight:</strong> <em>(enter a number from <strong>100</strong> to <strong>900</strong> increments of <strong>100</strong> i.e. <strong>700</strong> is the same as using <b></b>)</em></li>
<li><strong>letter-spacing:</strong> <em>(enter a number followed by <strong>px</strong>)</em></li>
<li><strong>text-decoration:</strong> <em>(enter one of these <strong>overline</strong>, <strong>line-through</strong>, <strong>underline</strong>)</em></li>
<li><strong>word-spacing:</strong> <em>(enter a number followed by <strong>px</strong>)</em></li>
</ul>
<p>These additional two have just been tested to work but are advanced styles which you will need to refer to external documentation on how to use them:</p>
<ul>
<li><strong>text-shadow:</strong> (click <a href="http://www.w3schools.com/cssref/css3_pr_text-shadow.asp" target="_blank" rel="nofollow external noopener noreferrer" data-wpel-link="external">here</a> for further details)</li>
<li><strong>transform:</strong> (click <a href="http://www.w3schools.com/cssref/css3_pr_transform.asp" target="_blank" rel="nofollow external noopener noreferrer" data-wpel-link="external">here</a> for further details)</li>
</ul>
<p>Bringing all these different inline custom styles together you can produce a Call-to-Action Advert which could look like this:</p>
<p><img decoding="async" class="alignnone size-full wp-image-402" src="https://docs.zubbit.io/wp-content/uploads/kb-custom-css-2.jpg" alt="" width="962" height="256" /></p>
<p>&nbsp;</p>
<p class="big">If you want to learn more about CSS and how to use other styles with your Call-to-Action Link text then refer to the <a href="http://www.w3schools.com/cssref/" target="_blank" rel="nofollow external noopener noreferrer" data-wpel-link="external">w3schools</a> website <a href="http://www.w3schools.com/cssref/" target="_blank" rel="nofollow external noopener noreferrer" data-wpel-link="external">here</a>.</p>
<p>The post <a href="https://docs.zubbit.io/how-to-use-custom-css-on-your-call-to-action-adverts/">How to Use Custom CSS on Your Call-to-Action Adverts</a> appeared first on <a href="https://docs.zubbit.io">zubbit.io</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
