Header customization

Home Forums Jevelin Theme Header customization

Home Forums Jevelin Theme Header customization

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    RESOLVED Posts
  • natamike
    Participant

    I would like to know if I can make a header like the one I send in the attachment, with the phone number in the same row.

    Instead in the “testimonials element” is it possible to have the image not round but square?

    Thanks a lot for your patience.

     

    • This topic was modified 3 years, 11 months ago by natamike.
    Attachments:
    You must be logged in to view attached files.

    Hi @natamike,

     

    I hope you are well today and thank you for your questions.

     

    I would like to know if I can make a header like the one I send in the attachment, with the phone number in the same row.

    No, it is not possible without developing custom code.

     

    Instead in the “testimonials element” is it possible to have the image not round but square?

    Could you please share the page URL from your site where it is displaying so that I can help you to achieve it?

     

    Best regards,
    Shufflehound team

    natamike
    Participant

    Sure, I give you the link.

    I wanted to know if it is possible to have the Testimonials’ image in a square instead of a circle.

    Please see also my header, is it possible to put the phone number instead of the social icons

    Thanks!

    Solution for this topic

    I wanted to know if it is possible to have the Testimonials’ image in a square instead of a circle.

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    #page-container .sh-testimonials-image {
        border-radius: 0 !important;
    }

     

    Please see also my header, is it possible to put the phone number instead of the social icons

    As said above, it is not possible without developing custom code.

    natamike
    Participant

    Thanks!!

    You are most welcome here 🙂

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