Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #469092

    Hi there Kriesi!

    I’ve just got a couple of tiny things that I can’t work out:

    1. Special Heading
    The subtitle is a slightly different colour to the title in the default Special Heading set up, a little more transparent or alpha channel? Is it possible to remove this effect and have the colours exactly the same?

    2. Image Hover
    When hovering over an image that has a lightbox link, an extra border appears around the image. Is it possible to remove this effect so that only the colour overlay and icon appear?

    3. Social Icons in Footer
    I know that it’s easy to have Social Icons in the Socket but is there a simple way of adding Social Icons into the Footer?

    Thanks so much!

    Christian

    #469099

    Hi Christian!

    Can you please post the link to your website?

    Cheers!
    Yigit

    #469105

    Sorry Digit!

    In the first blue colour strip on this page the subtitle is not full #ffffff like the title:
    http://palnetwork.org/

    Here is an example of the image hover extra border effect:
    http://palnetwork.org/publications/

    Thanks a million!

    Christian

    #469117

    Hi!

    1&2- Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .av-subheading.av_custom_color {
      opacity: 1;
    }
    .image-overlay {
    background-color: transparent;
    }

    3- Please add following code to text widget in footer widget area in Appearance > Widgets – http://pastebin.com/D0dFdbDU
    and then add following code to Quick CSS

    #footer .social_bookmarks li {
    clear: none !important; 
    }

    Cheers!
    Yigit

    #469146

    Hi Yigit,

    Thanks very much for that.

    Regarding the overlay, I’m happy with the overlay. It’s just that the overlay is a few pixels wider on each side than the image. Is it possible to have the overlay exactly the same dimensions as the image?

    Sorry, I know this is fiddly and annoying!!

    Thanks a bunch!

    Christian

    #469804

    Hi!

    I can’t see what you mean on your website. Could you provide us screenshots of what you are trying to achieve? please use imgur or dropbox.

    Regards,
    Andy

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