By Robert Standish on Saturday, 09 January 2016
Posted in General Issues
Likes 0
Views 748
Votes 0
I just updated a site to the latest EasyBlog. One of the differences seems to be a Subscribe module. Unfortunately, I don't seem to be able to style the module. Can you point me to the css for displaying that module?

See home page of url below.

Thanks
Sorry, I was under the impression that you have some basic css knowledge. You shouldn't just blindly copy my selectors

·
Sunday, 10 January 2016 00:26
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Robert,

I am really sorry for the delay of this reply as it is a weekend for us here. Ideally, you shouldn't be modifying the css file for the module because when the extension / module get's updated your changes would be lost.

Instead, what you should do is to construct your own css codes for the button and place the codes into your template's css file,

·
Saturday, 09 January 2016 12:02
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you Mark for the tip. I added your code to the end of my 'custom.css file for my template but it did not change anything.
#fd.eb.mod_easyblogsubscribe {
background-color: #ceaa73 !important;
}
I also tried the following code but it did not work either. It seemed to when I used Firebug on the page so I might just have the code wrong.
#fd .btn-primary {
background-color: #ceaa73 !important;
border-color: #357ebd !important;
color: #fff !important;
}
·
Saturday, 09 January 2016 21:33
·
0 Likes
·
0 Votes
·
0 Comments
·
Sad but true. Actually that is the way I was taught by the people at JoomlaPlates.
Thank you for the tip.

Bob
·
Sunday, 10 January 2016 01:00
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Robert Cheers!
·
Sunday, 10 January 2016 13:38
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post