Custom CSS
-
My problem is very simple. I want to change my navigation bar using the following CSS:
ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #333;
}li {
float: left;
}li a {
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}li a:hover {
background-color: #007FFF;
}
</style>
</head>
<body>I have a child theme installed, so I try to put the custom CSS under this, but it effects no change.
Any ideas?
Regards,
N
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Custom CSS’ is closed to new replies.