• Resolved moddtaco

    (@moddtaco)


    Hey guys. I’m back with another question. This one has plagued me all week. Whenever you hover over a picture you get a nice excerpt of the post. The problem is that I want the semi-transparent bar that the words show up on to be less transparent, so you can read it no problem.

    My problem is I cant find this is setting. It must be there but I have no clue. Could someone help me on this? I’m using the Autofocus template. I have heavily modified it but the change I need to make is the same.

    Site: https://baymusic.info/
    Theme: https://www.ads-software.com/extend/themes/autofocus

    Thanks in advance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter moddtaco

    (@moddtaco)

    Anyone?

    Thread Starter moddtaco

    (@moddtaco)

    Found what I was looking for. For anyone else looking to modifiy this hard to find code look for this line.

    .home .post-content:hover, .home .post:hover .post-content {-moz-opacity:0.7;filter:alpha(opacity=70);opacity:0.7;

    Change the “0.7” “opacity=70” and “opacity:0.7” to whatever you need it to be.

    The below code will give you no transparency.
    .home .post-content:hover, .home .post:hover .post-content {-moz-opacity:1;filter:alpha(opacity=100);opacity:1;visibility:visible;}

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Autofocus Help’ is closed to new replies.