• Resolved David_G

    (@questas_admin)


    I have the updated FPU. I selected no color in the Featured Pages menu which made the FP box transparent which is what I wanted so the background colors come thru corectly, but now I have the White Squares back around the FP images. I tried the snippet which worked before to fill the squares but now doesn’t work (probably because of the changes in the plugin, I don’t know) Anyway is there any way to make those white squares “transparent” so the color is uniform? Even if I fill the squares with color on a mobile device you can detect the square. SITE LINK

Viewing 6 replies - 1 through 6 (of 6 total)
  • No way to make the border transparent without loosing the hover effect (and the border radius..).
    To make it yellow:

    .fpc-widget-front .round-div {
        border-color: #FFFF00;
    }

    Thread Starter David_G

    (@questas_admin)

    Thanks, That worked. So there is no way make it transparent. When you say hover effect, is that when the picture gets larger when you hover over it?

    Yep no way :/.
    And yep I mean that.

    Thread Starter David_G

    (@questas_admin)

    OK, Thanks for the help, That snippet did the trick and it looks great now. I definately appreciate the help. I have got to figure out how to read the coding live so I can stop being lost.

    Firebug extension if you use firefox.
    Or inspect element embedded in chrome.

    Thread Starter David_G

    (@questas_admin)

    OK I am trying to get a handle on firebug. I got a screenshot of firebug and made a change from firebug. WHat tag do I use. If someone could tell me if I am headed the right direction on this. Here’s the link.
    SITE LINK

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘White Squares again’ is closed to new replies.