By greg on Tuesday, 07 August 2018
Posted in Technical Issues
Likes 0
Views 538
Votes 0
Hi

I try to add a custom css by using customm css editor in dashborad, but nothing happen.
I try to add this code

div#fd.eb .eb-post-title{box-shadow:none !important}

to rid off this uggly frame around the post title as you can see on my printscreen, which happen on all theme and every view where there is a title

Any help with this will be nice
Kind Regards
Thanks
Hey there,

I had added the following CSS code to get rid of the frame around the post title:


#eb .eb-brand-name {
box-shadow:none !important;
}

#eb .eb-showcase-title {
box-shadow:none !important;
}

#eb .eb-post-title {
box-shadow:none !important;
}


It seems the system shows it still cache the old CSS even though I had clear my browser's cache and your system's cache.

Can you clear your server cache and try to have a look?
·
Wednesday, 08 August 2018 11:00
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks that work
·
Monday, 13 August 2018 23:29
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome. Glad to hear that your issue has been resolved now.

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.
·
Tuesday, 14 August 2018 09:59
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post