Logo in an intro section

Modern, responsive, unique and elegant one-page WordPress theme to showcase your creativity
GK User
Tue Oct 28, 2014 4:16 pm
How to add logo to slides in intro section?
User avatar
Junior Boarder

GK User
Tue Oct 28, 2014 8:00 pm
Hi,

You can add Font Awesome icons, but if you want to add the logo, you may try this solution:
https://www.gavick.com/forums/creativit ... 40556.html
And add your <img src=" .. /> code into the slide caption with path to your logo.
You can also use pseudoelements :before or :after with your logo as a background, but first solution will be easier I think.
User avatar
Moderator

GK User
Wed Oct 29, 2014 6:06 pm
Unfortunately it doesn't work.
Now this slide isn't showed.
User avatar
Junior Boarder

GK User
Wed Oct 29, 2014 7:40 pm
Could you please provide me with a URL to your website and back-end access via PM (click the “Private Message” text underneath my avatar) so that I may analyze it? It is a lot easier for us to diagnose issues when we have a live site to examine.
User avatar
Moderator

GK User
Thu Oct 30, 2014 5:40 pm
I sent you this information.
User avatar
Junior Boarder

GK User
Thu Oct 30, 2014 11:45 pm
<img.. code works, but you should add this CSS code into your override.css file (first enable this override option from Template Options -> Advanced tab):

Code: Select all
.gk-is-wrapper-gk_creativity h2 img {
   width: auto;
   margin: 0 auto;
}

to center and display your image properly.
User avatar
Moderator

GK User
Fri Oct 31, 2014 5:13 pm
OK, thanks.
Now, everything is working.
User avatar
Junior Boarder


cron