Hello
I am trying to change the font style to Tangerine within a Promo box (code below) to no avail. Additionally there is a large amount of space prior to the box which is placed underneath the main menu. How could I decrease this?
THanks in advance
Chris
PS I used the default content editor/ insert shortcode – path to generate the code below, then added by trial and error the other style elements. But cannot crack how to get a scripty font into this box?
[av_promobox button='no' label='' link='manually,http://' link_target='' color='theme-color' custom_bg='#222222' custom_font='#ffffff' size='large' icon_select='no' icon='ue800' font='entypo-fontello']
<h1 style=”text-align: center;”><span style=”color: #af2323; font-size: 65px; font-family: tangerine;”>[362]</span></h1>
<p style=”text-align: center; font-size: 20px;”>[372]</p>
[/av_promobox]
Hi fineart!
Your only supposed to use text in there. It looks like your just trying to get the styling of the box correct? If so then drag a codeblock over to your content and add this inside.
<div class = "av_promobox">
your html goes here
</div>
Cheers!
Elliott
Thanks Elliot