- Acme Themes

Best Premium and Free WordPress Themes Forums Infinite Photography Pro Adjusting colours and size of featured section wording & positioning of top menu Reply To: Adjusting colours and size of featured section wording & positioning of top menu

#35345
acmethemes
Keymaster

Dear Charles,
Please insert the CSS code in Additional CSS.

.site-header .wrapper {
    background-color: transparent;
}
.site-header.navbar-fixed-top.navbar-small, .site-header.navbar-fixed-top.navbar-small .wrapper, .site-header, .site-header .wrapper {
    background: rgba(10,10,10,.1);
}

The text is hidden in the mobile device in theme but if you want to show text in mobile devices to please use following CSS codes

.slider-section .slider-item .slider-desc {
    display: table !important;
}
.slider-section .slider-desc .slider-title {
    font-size: 23px;
}
.slider-feature-wrap a {
    font-size: 14px;
}

Best Regards!

  • This reply was modified 6 years, 4 months ago by acmethemes.