Custom css script doesn’t seem to work

Ticket for: Combo Blocks
0
Custom css script doesn't seem to work 1
Bart
Dec 13, 2019 06:04 AM 1 Answers
Member Since Dec 2019
Subscribed Subscribe Not subscribe
Flag(0)

I have added a custom css script that should change the skin "contentBottom" so that the background is a slightly transparant white and the text color is grey rgba(100,100,100). This is my custom css:

.skin.contentbottom .layer-content {
background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
color: rgb(100, 100, 100);
}

It does not seem to work however. Anyone can help me to fix this?
Thanks,
Bart

2 Subscribers
Custom css script doesn't seem to work 1
Custom css script doesn't seem to work 3
Submit Answer
Please login to submit answer.
1 Answers
Sort By:
Best Answer
0
Custom css script doesn't seem to work 4
PickPlugins
Dec 14, 2019
Flag(0)

Welcome to our forum.

Please send me your post grid page url, i will check the issue.

Regards

Sign in to Reply
Replying as Submit