How can i add the background color to one more item in the featured home module?
If i add one more article and then add it to the featured home category, the backgound is transparent.
Thanks!
AS Templates
POSTED: 2015-09-16
Hello THEZIOWEB,
What is your site url please? We have to see the issue in case to help you.
Regards, AS Team.
thezioweb
POSTED: 2015-09-17
http://www.cfuagropoli.com/
i need the article "SEMINARI" to have a color in the background like the others and in the middle under LINGUE (i used a comma to put it where it is now)
thank you!
AS Templates
POSTED: 2015-09-17
Hello THEZIOWEB,
In your case you have to add more css classes for each box, currently you have 6, the css code you can see in the tmpl.default.css file starting from the line 2398:
Get an access to all 94 items designed and developed by AS Designing team plus all the future items
which will be released over the course of your club subscription.
Price starting from $59.00
How can i add the background color to one more item in the featured home module?
If i add one more article and then add it to the featured home category, the backgound is transparent.
Thanks!
What is your site url please? We have to see the issue in case to help you.
Regards, AS Team.
i need the article "SEMINARI" to have a color in the background like the others and in the middle under LINGUE (i used a comma to put it where it is now)
thank you!
In your case you have to add more css classes for each box, currently you have 6, the css code you can see in the tmpl.default.css file starting from the line 2398:
#featured-row .mod-newsflash-adv .item_num0 {
background: rgba(100, 188, 238, 0.9) none repeat scroll 0 0;
}
in the same way you have to add css for items 6 and 7
#featured-row .mod-newsflash-adv .item_num6 {
background: rgba(100, 188, 238, 0) none repeat scroll 0 0;
}
#featured-row .mod-newsflash-adv .item_num7 {
background: rgba(100, 188, 238, 0.9) none repeat scroll 0 0;
}
Regards, AS Team.
i got a new question now:
How can i align .item_n6 under .item_n4?
i just want to have the last box in the middle of the page, not on the left.
Tanks!
We think you can create a new fake item without text and put it under item 3 and move your last item under item 4.
Regards, AS Team.