Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #686790

    When I hover over the Team Members photos the hover box is bigger as the photo.
    Is there a way to have the hover box the same size as the photo? The photos have different sizes.

    A second question. Why I have in the link the “home-v1” for the sub-pages under the home button? If possible I want to remove it.

    Thank you very much.

    • This topic was modified 7 years, 6 months ago by tibe87.
    #687847

    Hey tibe87!

    Thank you for using Enfold.

    The social container will inherit the width of the column, not the team member image, so it’s not possible if the images have different sizes. We can remove the background if you want.

    .team-social {
        background: transparent;
    }

    Or upload images with the same size and then use this css code:

    .team-social-inner {
        width: 130px;
        padding: 0;
        margin: 0 auto;
        float: none;
        position: relative;
        top: 50px;
        background: rgba(255,255,255,.5);
    }
    
    .team-social {
        background: transparent;
    }

    Best regards,
    Ismael

    #688315

    Thank you. Disabling the background is working for me.

    One more question please.

    Under the menu ” Unternhemen”, all sub-pages have the “home-v1” in the link. What is the reason for this? Is there a way to remove it please?

    • This reply was modified 7 years, 6 months ago by tibe87.
    #688948

    Hi,

    You can change that under Appearance–>Menus.

    Thanks,
    Rikard

    #688953

    I am afraid I can’t anything related to that under the Appearance-Menus. Can you please be more specific? Thank you

    #689609

    Hi,

    If you are looking to change your main menu links, then you can do that under Appearance–>Menus. If that is not what you are looking to do then please try to explain a bit further.

    Regards,
    Rikard

    #689627

    Right now I have the following link: http://www.purkert.co.at/home-v1/firmengeschichtliche-entwicklung/

    I want to remove the home-v1 from the link but I can’t find anything in Appearance-Menus in order to achieve that..

    • This reply was modified 7 years, 6 months ago by tibe87.
    #690123

    Hi,

    Sorry about that, I thought you had custom links in your menu. The home-v1 is coming from your Unternehmen page, that is the permalink of that page. All the pages in that menu are children of that page and will inherit the parent permalink. If you change the permalink of the parent then the children will change too.

    Thanks,
    Rikard

    #690145

    I get it now. Thank you for your support. This topic can be closed. :)

    #690547

    Hi,

    Great, glad we could help :-)

    Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Team Member Hover Box too big’ is closed to new replies.