By Grith Hodal on Tuesday, 15 September 2015
Posted in General Issues
Likes 0
Views 1.2K
Votes 0
Hi

I want to override this file: components/com_easyblog/themes/wireframe/styles/style.min.css

I have read this thread: http://stackideas.com/docs/easyblog/administrators/customizations/template-overridden

and maked this new file:
/templates/MissCaptcha/html/com_easyblog/css/styles.css

But it has no effect :-/

What's wrong?
Hi Grith,

Try to use !important instead like example below and see how it goes.
div#fd.eb .eb-navbar{
background:#003 !important;
border-color:#003 !important;
}
·
Tuesday, 15 September 2015 15:41
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Grith,

Sorry for this delayed response.

I think I need to ask our developers to update this documentation as it is outdated.

There is a lot of styling that require Bootstrap styling and component styling that cater under (components/com_easyblog/themes/wireframe/styles/style.min.css) and I would like to suggest, in order for you to override our component's styling, please use your own Joomla template custom.css.

By doing this method, the component's styling will be remain, and your customization works would be less, and it's more practical and better solution compared to the documentation.

Please let us know if you need further assistances and guides on this issue
·
Tuesday, 15 September 2015 10:30
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Ikram

I like the solution with using my own custom.css :-) But it does not seem to override like it should.
On this site: http://ullamunch.dk/easyblog , I want to change the color of the toolbar. I wrote this in my custom.css:
div#fd.eb .eb-navbar{
background:#003;
border-color:#003;
}
No effect :-/
·
Tuesday, 15 September 2015 15:20
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks. That did it :-)
·
Monday, 21 September 2015 15:26
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Grith. Glad that your issue has been resolved now.
·
Monday, 21 September 2015 17:02
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post