By Johnny on Tuesday, 24 September 2019
Posted in Technical Issues
Replies 7
Likes 0
Views 674
Votes 0
I have followed the guide here https://stackideas.com/docs/easyblog/administrators/customizations/template-overriding

I chose to override the file style-5.3.2.min.css, but whenever I make changes they don't appear on the front end.

The changae I have made is;


#eb .eb-post-calendar-d {
background: #00aeef !important;
}


I have cleared my cache, cookies and tried a different browser.

Am I doing something wrong?
Unfortunately that is not possible to override css for individual theme.

The custom css section affect for all the theme but it might be some of the class name will be different so you have to add for these different class name for different styling under this theme.
·
Wednesday, 25 September 2019 19:34
·
0 Likes
·
0 Votes
·
0 Comments
·
May I know where are you seeing the test result page? I tried to access http://derrydiocese.org/ but don't see those DOM
·
Tuesday, 24 September 2019 23:53
·
0 Likes
·
0 Votes
·
0 Comments
·
The site is localhost.

When I add this exact code to the custom css it works fine, but I thought I could override the css for an individual theme?
·
Tuesday, 24 September 2019 23:57
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Johnny,

Yes, as you want to do css override you need to do in themes>custom css instead, follow this documentation CSS Overriding
As per your previous documentation is actually for template override, where it is for changing php file for certain view
·
Wednesday, 25 September 2019 10:27
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Muhammad,

If I add the css into themes > custom css will this not effect all themes? I only want to customize the Origami theme.
·
Wednesday, 25 September 2019 15:44
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Johnny,

If you add CSS into the custom CSS section it is actually will affect all themes. As you are using one theme a time, it should be no problem
·
Wednesday, 25 September 2019 18:24
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Muhammad,

I may choose to switch between themes at some point in the future.

In that case, how can I override the css for an individual theme?
·
Wednesday, 25 September 2019 18:40
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post