button visited
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/login_basics.html
http://www.wysiwygwebbuilder.com/login_tools.html
TIP:
A lot of information about the login tools can be found in the help/manual.
Also checkout the demo template that is include with the software.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/login_basics.html
http://www.wysiwygwebbuilder.com/login_tools.html
TIP:
A lot of information about the login tools can be found in the help/manual.
Also checkout the demo template that is include with the software.
button visited
How to change the color of a button that has been visited?
-
-
- Posts: 1434
- Joined: Fri Aug 21, 2020 8:27 am
- Contact:
Re: button visited
I don't have any demo of your project so can not be specific but I am sure you need to use some custom code for the css for example:
Code: Select all
.visited {
background-image:none;
background-color: blue;
font-size: 35px;
color: white;
}