Home › Forums › WoodMart support forum › Sliders problem Sliders problem This topic has 5 replies, 2 voices, and was last updated 2 hours, 54 minutes ago by Artem Temos. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts November 25, 2024 at 1:57 pm #615541 kamran1331Participant Hello, i have problem the Titel-Text on Slider is not to see and on the top is 40px padding-block can this delete drom dashboard or must change css? https://snipboard.io/YCSIEx.jpg https://snipboard.io/NuHexJ.jpg https://snipboard.io/u0f7We.jpg Admin login in Private Message Thanks. November 25, 2024 at 2:13 pm #615543 Artem TemosKeymaster Hello, To fix this issue, try to add the following code snippet to the Custom CSS area in Theme Settings. body .wd-slider .wd-slide:is(.wd-slide-prev,.wd-slide-next) [class*="wd-animation"] { opacity: 1; } Kind Regards November 25, 2024 at 2:22 pm #615552 kamran1331Participant ok. thanks. and about padding-block: 40px ? November 25, 2024 at 3:35 pm #615584 Artem TemosKeymaster Try to add the following code snippet also. This issue will be fixed in the next update .home .wd-header-overlap .wd-content-layout { padding-top: 0; } Kind Regards November 25, 2024 at 3:41 pm #615588 kamran1331Participant this: .home .wd-header-overlap .wd-content-layout { padding-top: 0; } dont help.(( The code wich do that is: .wd-content-layout { padding-block: 40px; } if i will this change, this can make problems in future? November 25, 2024 at 3:47 pm #615599 Artem TemosKeymaster You need to replace the custom code with the following one .home.wd-header-overlap .wd-content-layout { padding-top: 0; } Kind Regards Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to create new topics. Login / Register