Hello,
I would like to add a logo between the title in your Folio site template. I am using the fullscreen theme.
I hope you can help me. Thank you in advance,
Simón Palacios
Hello,
I would like to add a logo between the title in your Folio site template. I am using the fullscreen theme.
I hope you can help me. Thank you in advance,
Simón Palacios
Hey Simon,
You could do it through HTML:
<img src="http://path-to-logo-file" />
For example, find the class DIV and add the image into it, like so:
<div class="inner">
<div class="text">
<p class="small">We</p><br />
<p class="medium" id="phrases"></p><br />
<p class="medium">the</p><br />
<p class="medium">brilliant</p>
<img src="http://path-to-logo-file" />
</div>
So quick, so good! Thank you for your quick support and for your great work. Excuse my ignorance : )
Simón
No problem. Thank you for buying the theme. :)