- This topic has 3 replies, 2 voices, and was last updated 7 years, 10 months ago by Hash.
- AuthorPosts
- March 21, 2016 at 4:51 pm #125christine1Participant
Hi I by accident deleted the hover on the featured section. I do not seem to remember the full code. It looked something like this. Can anyone give me the exact code from the style sheet? The read more plus sign button is no longer visible. I was trying to make the plus sign stay with no hover but it did not end up working.
.sq-featured-post:hover sq-featured-readmore{
opacity: 1;
}
.sq-featured-post .sq-featured-readmore:hover{
color: #0000ff;March 21, 2016 at 4:54 pm #126HashKeymasterHere is the CSS if you want to keep it showing all the time
.sq-featured-post sq-featured-readmore{
opacity: 1;
}March 21, 2016 at 5:02 pm #127christine1ParticipantWhen I did that the link works where the box with the plus sign is supposed to be located, but its blank. It does not show the box anymore. Any suggestions?
March 21, 2016 at 6:27 pm #130HashKeymasterCan i check your website? The above CSS should work fine so far.
- AuthorPosts
- You must be logged in to reply to this topic.