• Hi Mayo!

    I have the latests version of WP installed, the theme is working great and I LOVE it!! Now I want to make some minor changes, but need some help, since I’m not really a programmer.

    One thing is, I wonder how can I put .png pics for the slider header, which have rounded corners, made transparent in the GFX program. I tried them in the theme, but the “transparent” corners then appear white. The slider applet maybe has a white background??

    The funny thing is, one time IT WORKED, and the corners were round!!! Later I replaced them with other pics, suddenly the corners were white again. I then replaced them by the old pics, the corners were STILL white. What happened? I haven’t changed anything in the slider settings, I’m aware of. Any ideas??? https://veganemuffins.com
    Thx!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there, you want to remove the round corners, right ? if yes, try this CSS code –

    .flexslider .slides > li span {background:none;}
    
    .flexslider .slides > li span:hover {background:none;}

    Upon mouse hover rounded corners appear again, therefore you need the second code to make sure they are gone.

    Thread Starter felsenstein2016

    (@felsenstein2016)

    WOW! That was fast. And the best; it works!!! Great! Thx for this fix. Im happy!! ?? Thank you!!!!!!!!!!

    *thumbs up*

    Thread Starter felsenstein2016

    (@felsenstein2016)

    Oh, it seems, I was too euphoric. Just noted, the corners do disappear, but when I hover over the image, they are back. But only when I hover over it from left, right, top, not when coming from bottom!! Seems, it has to do with the lightbox. Isn’t it crazy??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Header-transparency, round corners’ is closed to new replies.