Home Forums Pro Themes Musicsong Pro Header image size

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #96916

    How can I edit the Header Image size, as I would like to reduce the height

    #96979
    wensolutions
    Keymaster

    Hello,

    To reduce the height of the header image, please add the below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS

    #featured-slider-section .featured-slider .slick-track  article {
        height: 75vh;
    }

    Hope this helps.

    For any further query/confusion, feel free to write back to us.

    Best Regards!!

    #97226

    It doesn’t work
    I only use pages, not article

    #97259
    wensolutions
    Keymaster

    Hello,

    Do you want to decrease the height in the posts as well?

    Also, please post your site URL so that we can provide the precise fix.

    Thank you.

    #97295

    I would like to change the height all over the website
    My website is dirtyinkproduction.com

    #97300
    wensolutions
    Keymaster

    Hello,

    Please add below given to reduce the height all over the site.

    #page-site-header {
        height: 50vh;
    }

    Hope this helps.

    Thank you.

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