Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #609089

    Hi there,

    I have uploaded an image with a link on my header (see screenshot on private), the one that says FuturePolicy.org and I can´t make it look good. I want it a bit lower and when you hover over it you see a little dot on the right, which I dont know why it happens.

    This is the code I used

    <a href="http://www.futurepolicy.org/" target="_blank"> <img src="http://www.worldfuturecouncil.org/wp-content/uploads/2016/01/future-policy-logo_web.png" style="height:15px;"> </a>

    Any advice?

    Thanks!!

    #609102

    Hi worldfuturecouncil!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .phone-info a {
        text-decoration: none!important;
    }
    .phone-info img {
        position: relative;
        top: 3px;
    }

    Best regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.