essem
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Theme: Asteria lite] Slider text backgroundHi there,
Solution 1
————————————————–In your stylesheet i.e. style.css
locate the following code.
.nivo-caption .sld_layout1 h3{ line-height:24px!important;}
.nivo-caption .sld_layout1 h3 a{ font-size:24px!important; background:#2dcb73;padding:3%; width:94%;}
.nivo-caption .sld_layout1 p {margin:0; width:380px; background:rgba(0, 0, 0, 0.5); padding:15px; font-size:13px;line-height:18px; border-left:3px solid #2dcb73;float:left;}Add the following code below this
.nivo-caption .sld_ h3{ line-height:24px!important;}
.nivo-caption .sld_ h3 a{ font-size:24px!important; background:#2dcb73;padding:3%; width:94%;}
.nivo-caption .sld_ p {margin:0; width:380px; background:rgba(0, 0, 0, 0.5); padding:15px; font-size:13px;line-height:18px; border-left:3px solid #2dcb73;float:left;}Solution 2 in your html
——————————————-
Code from 221-242 line should be
——————————————<div id="nv_34" class="nivo-html-caption sld_layout1"> <div class="nivoinner sld_layout1"> <h3 class="entry-title"><a>microCoin is a decentralised cryptocurrency with unlimited possibilities - for the people</a></h3> <p></p> </div> </div> <div id="nv_33" class="nivo-html-caption sld_layout1"> <div class="nivoinner sld_layout1"> <h3 class="entry-title"><a>an online wallet can be configured in the matter of seconds and transactions are secure and blasing fast</a></h3> <p></p> </div> </div> <div id="nv_35" class="nivo-html-caption sld_layout1"> <div class="nivoinner sld_layout1"> <h3 class="entry-title"><a>Exchanges are open to adaptation of innovative cryptocurrencies and trading has never been easier</a></h3> <p></p> </div> </div>
[Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]