Ana, it’s just about copying his css π
.widget-front {
box-shadow: 1px 5px 7px 0px rgba(0,0,0,.3);
padding: 20px 10px;
background-color: white;
color: white;
}
.widget-front .round-div {
border-color: white;
}
.round-div {
border-radius: 0;
}
/* and if you want also the text-shadow for the title */
.marketing h2 {
color: #333;
text-shadow: 1px 7px 8px rgba(0, 0, 0, 0.3);
}
Anyway:
http://www.themesandco.com/snippet/firebug-best-spent-6-minutes/
Hope this helps.
Thanks, but not solved.
I copied what I said in the CSS but has no effect, continued as before.
But any tips?
Well, copied and nothing changed? => Not possible, unless you have some caching issue. Can I see your site?
Ah π
So it’s possible ’cause you use fpu plug-in which has differents classes and/or strongers rules, so in your case :
.fpc-widget-front {
box-shadow: 1px 5px 7px 0px rgba(0,0,0,.3);
padding: 20px 10px;
background-color: white;
color: white;
}
.fpc-widget-front .round-div {
border-color: white;
border-radius: 0;
}
/* this is for round-divs in post list */
.round-div {
border-radius: 0;
}
/* and if you want also the text-shadow for the title */
.fpc-marketing h2.fp-title{
color: #333;
text-shadow: 1px 7px 8px rgba(0, 0, 0, 0.3);
}
Hope this helps.
Thank you very much, it worked. I went back to version 1.3 of Customizr Unlimited Featured Pages
Without wanting to impose, on the website http://websiter.ro/when is the size 320 x 480 each item stays in your square, in my big white rectangle is getting with the 4 items are in a large white square. I would like to be highlighted. All in size smartphone.
But I want to thank you a lot for your precious help.
Thank you very much, it worked. I went back to version 1.3 of Customizr Unlimited Featured Pages
Without wanting to impose, on the website http://websiter.ro/ when is the size 320 x 480 each item stays in your square, in my big white rectangle is getting with the 4 items are in a large white square. I would like to be highlighted. All in size smartphone.
But I want to thank you a lot for your precious help.
Did you try updating to latest version 1.8 of FPU?
It will pay you to keep up-to-date or you’ll miss out on future enhancements.
If you update and then come back with any remaining problems, we’ll try to help.
I updated to version 1.8, but couldn’t make it look like the site http://websiter.ro/
Any suggestions?
couldn’t make it look like the site
What exactly was missing that you’ve achieved in 1.3?
Don’t know if I get your request, but .. do you mean something like this?
@media (max-width: 767px){
.marketing .span3 + .span3{
margin-top: 40px;
}
}
Thank you very much.
It Worked.
π
Always copied from that site. Thanks @acub