Can I override the template font in a custom html module? - Joomla! Forum - community, help and support
i happy template fonts need override , use different font size in 1 of custom html modules. possible?
thanks
thanks
if i'm understanding correctly, want use different font in of text in custom html module on site. create new style in css style sheet whatever font want use. like:
.custommod p {font-family:georgia, font-size: 20px, font-weight: bold;}
then in custom put divs around else in custom html module code , give custommod class.
<div class="custommod">
<p>blah blah blah</p>
</div>
i hope answering you're trying accomplish.
.custommod p {font-family:georgia, font-size: 20px, font-weight: bold;}
then in custom put divs around else in custom html module code , give custommod class.
<div class="custommod">
<p>blah blah blah</p>
</div>
i hope answering you're trying accomplish.
Comments
Post a Comment