button visited

Issues related to the Login tools of WYSIWYG Web Builder.
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.
Post Reply
SergeFog
 
 
Posts: 159
Joined: Wed Apr 15, 2020 11:59 am

button visited

Post by SergeFog »

How to change the color of a button that has been visited?
wwonderfull
 
 
Posts: 1434
Joined: Fri Aug 21, 2020 8:27 am
Contact:

Re: button visited

Post by wwonderfull »

SergeFog wrote: Mon Oct 24, 2022 8:29 pm How to change the color of a button that has been 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;
}
Post Reply