Hi, it seems elementary but I cannot find the code to reduce the size of the sideshow font
bigbroso Hi Add this code in override css file and reduce the font size and line height
@media (min-width: 992px){ .acm-slideshow .item .slide-content { font-size: 100px; line-height: 100px;}
Thanks so much, could you please also direct me to the location of the code
bigbroso Hi. Just add this code in custom css And it will override the default code. Set the font style value as per needs.
Okay, thanks. Also how can I change the colour of the top header background where the logo is situated. It is currently a light colour like #f4f2e7 or #eeeeee and I want to change that
bigbroso Hi. Try this code
.t3-header { background-color: #3a352f;}