Change header image size - Acme Themes
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #69564
    Jes Nielsen
    Participant

    Hi,
    1. How to change header image height? (Home header image)
    2. How to change inner header image dim? (Any-page header image)

    #69570
    acmesupports
    Moderator

    Hello Jes Nielsen,
    1. In featured section,the height of the image is define by the image size.
    2. By default, there is no options to change the image overlay color . It will be change by custom css code.

    #69711
    Jes Nielsen
    Participant

    Hi again.

    1. Changing the image size does not affect anything.
    Please take a look at the image, and see what I like to change.
    Change image size

    2. Thank you for your reply to this. What to write in the custom css code?

    #69804
    acmesupports
    Moderator

    Hello Jes Nielsen,
    Add this custom css in customize additional css.

    .image-slider-wrapper .slick-list, .image-slider-wrapper .slick-track {
        height: 85vh !important;
    }

    Note: Adjust the height unit according to your requirement.

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