Row-Cell ID
-
Hi Aaron,
The cell ID is not taking effect. I put the following code in theme’s CSS:
.homehover-cell-class a:hover {
background-color:#7c2671;
}In the cell’s ID, I entered the same (homehover-cell-class a:hover), but it is not working – I also tried without the “a:hover part.
The code in the rows’s Custom HTML widget is:
Also, in the cell’s CSS, I have the code:
height: 320px;
padding: 20px 10px; 30px 10px;
background: #1C6EA4;
border-top:2px solid #696969;
-webkit-box-shadow:2px 5px 14px 2px #000000;
-moz-box-shadow:2px 5px 14px 2px #000000;
box-shadow:2px 5px 14px 2px #000000;
border-radius: 5px 5px 10px 10px;
-moz-border-radius: 5px 5px 10px 10px;
-webkit-border-radius: 5px 5px 10px 10px;
overflow: auto;Any idea hoe to make the a:hover effect work?
Thank you.
The page I need help with: [log in to see the link]
- The topic ‘Row-Cell ID’ is closed to new replies.