Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #909923

    In slideshow images are auto resized as per the container width . If you will make static heigh you can resize it but the aspect ratio will break .
    The original image height is more so u can see image in more height > http://prntscr.com/aooog5

    To remove the topbar add below code in custom.css file

    .t3-topbar {
        display: none;
    }

    To change the header color add this code in custom.css file and change the color code with your code

    .t3-header {
        background: #ffffff!important;
    }
    david 1946 w Friend
    #909960

    As always, brilliant and thank you very much indeed

    All the best

    GK

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

This topic contains 2 replies, has 2 voices, and was last updated by  david 1946 w 8 years, 7 months ago.

The topic ‘adjust height of image on acm owl style and remove black top bar/change colour’ is closed to new replies.