Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #246676
    Yvonne
    Participant

    Hi,

    I size a wide photo for the services which is shown in the header on the service page (app. 1050x350px)

    At my homepage all the services are shown with a title and a photo. I would like to show a square photo. I’m looking for a ccs code to fix this.

    #246710
    Skandha
    Participant

    @yourmeetingexperts: Hello there,
    Can you please post in your site URL so that I can look into the issue?

    Kind Regards,
    Skandha

    #246730
    Yvonne
    Participant
    #246733
    Skandha
    Participant

    @yourmeetingexperts: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .services-section .post-thumbnail img {
        border-radius: unset;
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    #246761
    Yvonne
    Participant

    Yes, thanks!

    #246830
    Skandha
    Participant

    @yourmeetingexperts: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/clean-enterprise/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

    #247582
    Yvonne
    Participant

    Hi Skandha,

    Some more questions:

    1. Is it possible to add a header photo to a specific page by using custom css? I made a post for each team member. A photo is added to the post for a photo on the front page. But this photo is not suitable as header (It shows only the top of the head). So I would like to add a custom header to that page.

    2. Within the team module we would like to add a jobtitle and expertise just below the name. Within the module I see an option to add #1 social link #1, but if I add text or link there, it don’t show on my website.

    3. I use one photo within the testimonials. Is it possible to adjust the size of the image by adding custom css?

    Thanks.

    #247630
    Skandha
    Participant

    @yourmeetingexperts: Hello there,

    1. Yes that is possible.
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    /* For team member Odette Jansen */
    .page-id-305 .custom-header::before {
    	background-image: url( https://new.yourmeetingexperts.nl/wp-content/uploads/cropped-home-2-co-expert-scaled-1.jpg);
    }
    /* For team member Yvonne van Oosterom */
    .page-id-314 .custom-header::before {
    	background-image: url( https://new.yourmeetingexperts.nl/wp-content/uploads/cropped-home-2-co-expert-scaled-1.jpg);
    }
    /* For team member Renée de Winter */
    .page-id-321 .custom-header::before {
    	background-image: url( https://new.yourmeetingexperts.nl/wp-content/uploads/cropped-home-2-co-expert-scaled-1.jpg);
    }

    You will need to replace the URL with the URL of the image of your choice.

    2. For that you will need to use the Custom Type Team option.

    3. Please let me what you would like to change with the testimonial image.

    Let me know if this works out!
    Kind Regards,
    Skandha

    Kind Regards,
    Skandha

    #247658
    Yvonne
    Participant

    Hi Skandha, 1 and 2 are solved. Thanks.
    For the testimonial: I would like to use a picture which is wider, for example the full with of the page or as wide as possible.

    #247662
    Skandha
    Participant

    @yourmeetingexperts: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .testimonial-section.layout-one .wrapper {
    	max-width: unset !important;
    	width: 90%;
    }
    .testimonial-section article .wp-block-image img {
    	width: 90%;
    }
    @media screen and (min-width: 75em) {
    	.testimonial-section .section-content-wrapper.layout-one .entry-container {
    		padding: 0px !important;
    	}
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Frontpage photo size services and’ is closed to new replies.