WiseDogDesign Posted May 12, 2020 Share Posted May 12, 2020 Site URL: https://www.martinroper.co.uk Hi everybody, is it possible to have different text in the footer of each page. Guessing it may be possible with some CSS. Thanks Link to comment
tuanphan Posted May 12, 2020 Share Posted May 12, 2020 Which text? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
WiseDogDesign Posted May 12, 2020 Author Share Posted May 12, 2020 I'm working on a new site where I want the text in the middle footer to be just a little different on each page.. For example about page would read "matamata to mandalay", Services page would read "timaru to timbuktu"...etc... Link to comment
tuanphan Posted May 12, 2020 Share Posted May 12, 2020 You can add Code Block on Footer & add this code to Code Block <span class="t-text"></span> then add this code to About Page, Contact Page.... Settings > Advanced >Header <style> .t-text:after { content: "tuan phan tuan phan"; display: block; text-align: center; font-size: 20px; font-family: monospace; color: black; } </style> Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
WiseDogStudio Posted May 12, 2020 Share Posted May 12, 2020 A superstar as always, many thanks Tuanphan Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.