Viewing 7 posts - 1 through 7 (of 7 total)
  • Posted in: Pinpoint
  • #9109
    redpanda
    Member
    Post count: 8

    I have a couple of questions it would be great if you could help me with, i hope i explain them well.

    1) When using the single image part of swift builder (set to 1/3) that is linking to another page, is it possible for it to fade or change on hover?

    2) Is it possible to use a flash or a gif as the header image?

    3) Is it possible to not show a menu (mainly to get rid of the space that would of been there with the menu)?

    #9121
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hey,

    1) It’s not possible to have the same effect as with the lightbox link, but you could have it fade out a bit on hover, by adding this custom CSS in the General theme options:

    .img-link:hover {
        opacity: 0.5;
    }

    2) Not sure what header, but GIFs are also images, so those can be used. FLASH not really, maybe if you need it inside the content area, you could embed a flash movie, yes.

    3) If you need to hide the main navigation, add this custom CSS:

    #nav-section {
        display: none !important;
    }

    Regards,

    ————————————————————————————————————

    Cosmin
    Support Assistant

    #9134
    redpanda
    Member
    Post count: 8

    awesome thank you 🙂

    #9136
    redpanda
    Member
    Post count: 8

    IS it possible to hide the navigation just on the home/index page?

    #9195
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Sure:

    .home #nav-section {
        display: none !important;
    }

    Regards,
    ————————————————————————————————————

    Cosmin – Support

    #9204
    redpanda
    Member
    Post count: 8

    sweet, and do i just change the .home for what ever page i want it not to display on?

    Also on a completely separate issue. What is the optimal image size for use as a feature image in a blog post?

    #9254
    Ben – SUPPORT
    Member
    Post count: 690

    Some pages might be different, if you’re stuck give us another shout with a link and we’d be more than glad to help

    Thanks
    Ben

Viewing 7 posts - 1 through 7 (of 7 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register