D5 Creation Forum

Open Forum for D5 Creation's Members and Visitors

Before requesting any support Please search the Forum First. You may find your desired answer. This will save your waiting time and will save our working hour. We may not answer the question which we have already answered. You should also read our Support Policy

Reply To: Slider Title on Searchlight Not Visible on Mobile

#9477
D5 Creation
Keymaster

You can use the following in the WP-Admin > Appearance > Searchlight Options > General Options > Custom Code within Head Area Box

<style> @media screen and (max-width: 1023px) { .fslidertitle, .fslidersubtitle, .fslidedescription, .fslidelink { display: block; background: #000000; color: #ffffff; padding: 5px; } .slide-text-container { width: 75%; } } </style>