Viewing 7 replies - 1 through 7 (of 7 total)
  • .lts_button:hover {
        color: #fff !important;
    }
    Thread Starter jko

    (@jkotsch)

    Thanks that helped but now none of the links on my site will change color when hovered when I added that CSS.

    It hard to determine what you want to change on hover. There are lots of nested blocks in this theme. If you are talking about the blocks on the bottom you can try:

    .midrow_block:hover{
      background-color:<<your color>>;
    }

    Thread Starter jko

    (@jkotsch)

    Right. I just want the 6 blocks in the middle to not change. Everything else can. And that CSS code didn’t work either.

    remove all other instances of code you try and try this

    .block_content a:hover > font,
    .block_content a:hover {
        color:  #fff !important;
    }

    i was confused at first by what exactly you were calling a ‘block’ i assumed buttons…sorry

    Thread Starter jko

    (@jkotsch)

    That did not work either.

    Thread Starter jko

    (@jkotsch)

    I guess what I am trying to explain is I want the blocks to stay the same on my website as they are right now. I want all the links to have a hover color.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘CSS hover color’ is closed to new replies.