Title edit Home › Forums › Agama Pro › Title edit Topic Resolution: Resolved This topic has 6 replies, 2 voices, and was last updated 3 years, 9 months ago by Zex. Viewing 7 posts - 1 through 7 (of 7 total) Author Posts October 3, 2019 at 2:38 pm #18636 AntonParticipant Dear moderators I want to add smaller text under the main title on the slider. How can I do this without editing php files or, if not possible, in php files Looking forward for your reply October 3, 2019 at 3:28 pm #18638 ZexModerator Hello Anton! Insert the next code into Customizing->General->Additional CSS: #agama_slider .slide-1 h2.slide-title::after{ font-size: 3vw; content:" \A Your Text Here "; white-space: pre; } -Change the number of the slide in the first row (slide-2, slide-3 … slide-10) depending on which slide you want to display additional text on. -Replace the “Your Text Here” with your text. -Change the font-size value according to your needs. Regards October 3, 2019 at 3:53 pm #18640 AntonParticipant Thanks a lot! Regards October 3, 2019 at 4:05 pm #18641 AntonParticipant In line “white-space: pre;” it is an error – expected RBRACE at line 4, col 13. October 3, 2019 at 4:08 pm #18642 ZexModerator Probably you missed a bracket at the end. Make sure you copied the whole code. Regards October 3, 2019 at 4:09 pm #18643 AntonParticipant I’m very sorry. Checked code, missed ; after your text here October 3, 2019 at 4:11 pm #18644 ZexModerator No problem. 🙂 Author Posts Viewing 7 posts - 1 through 7 (of 7 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In