By Jerry Hayes on Wednesday, 21 June 2017
Posted in General
Replies 4
Likes 0
Views 306
Votes 0
i'd love to change the blue bars and txt on the MAGAZINE module for the showcase. any easy way to do this?

jerry
Hi Jerry,
You can use custom css to change the css properties. Apply it into your custom css file. Below is an example:

#eb.mod-easyblogshowcase-magazine .eb-gallery-content__meta a {
color: red !important;
}

#eb.mod-easyblogshowcase-magazine .eb-gallery-buttons .active {
background-color: red !important;
}
·
Wednesday, 21 June 2017 11:55
·
0 Likes
·
0 Votes
·
0 Comments
·
ok - i don't do this often so bear with me (and move this to easblog/general if you need to as that's where i thought i put it!) but create a custom.css in my templates folder and just put that content in there. correct?

i do have an "rt-theme.custom.css" file in my CSS folder. i put this in there and it's not changed. do i need to clear cache or something? i cleared the template cache and my own and it's not changing. i'll keep playing.
·
Wednesday, 21 June 2017 20:45
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Jerry,
My apologies for not specifying the directory.
Generally EasyBlog custom css file can be created in the following directory:
JoomlaFolder/templates/(currentTemplate)/html/com_easyblog/styles/custom.css
Documentation: Refer to EasyBlog Styles CSS Overrides https://stackideas.com/docs/easyblog/administrators/customizations/template-overriding
If it still does not work, can you provide your backend and ftp access at http://stackideas.com/dashboard/site so I can help you apply the custom css?
Let us know how it goes. Thanks.
·
Thursday, 22 June 2017 10:20
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post