Logo between the title

KiloByte

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

sushipasta

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>
KiloByte

So quick, so good! Thank you for your quick support and for your great work. Excuse my ignorance : )

Simón

sushipasta

No problem. Thank you for buying the theme. :)

You need to be logged to post

Your item purchase code is found inside the themes corrosponding “License Certificate.” Go to your ThemeForest download page.