Home Forums Square Readmore hover button

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #125
    christine1
    Participant

    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;

    #126
    Hash
    Keymaster

    Here is the CSS if you want to keep it showing all the time

    .sq-featured-post sq-featured-readmore{
    opacity: 1;
    }

    #127
    christine1
    Participant

    When 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?

    #130
    Hash
    Keymaster

    Can i check your website? The above CSS should work fine so far.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.