Home> CMS Tutorial> DEDECMS> body text

How to remove the text and title at the top of the dedecms slideshow

藏色散人
Release: 2020-01-03 09:57:28
Original
2290 people have browsed it

How to remove the text and title at the top of the dedecms slideshow

How to remove the text and title at the top of the dedecms slide?

Recommended learning:梦Weavercms

First let’s take a look at the slide code of dedecms5.7 SP1

—————— ——————————Change the text position in this paragraph————————————————

//Text color|Text position|Text background color |Text background transparency|Button text color|Button default color|Button current color|Auto play time|Picture transition effect|Whether to display the button|Opening method

var configtg='0xffffff|0|0x3FA61F|5|0xffffff|0xC5DDBC|0x000033|2|3|1|_blank';
Copy after login

———————————— ————After the change————————————————————

var configtg='0xffffff||0x3FA61F|5|0xffffff|0xC5DDBC|0x000033|2|3|1|_blank';
Copy after login

At this time, the background color at the top of the slide is transparent!

Let’s remove the text at the top!

Method: Just remove this code:

textarr[[field:global.autoindex/]] = "[field:title function='html2text(@me)'/]";
Copy after login

——————————————————-Slideshow source code———— ————-

         
Copy after login

The above is the detailed content of How to remove the text and title at the top of the dedecms slideshow. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!