css modifications not saving with table
-
Note this table has links of different colors for visited and hover and normal
/* Enter your custom CSS rules here */
a {color: #2626ff; font-size: 12px;}
a:visited { color: #000000;}
a:hover {color: #8000ff; }url of table:
https://2021.eandgterminal.com/wp-admin/admin.php?page=wptb-builder&table=89972#
(independent of disabling theme styles)This code is From settings/ general styles:
/*Enter your custom CSS rules here...*/ <table> a:visited { color: #00cfef;} a:hover {color: #8000ff; } </table>Which also fails at implement the css code.
The page I need help with: [log in to see the link]
The topic ‘css modifications not saving with table’ is closed to new replies.