By George Papadopoulos on Thursday, 13 June 2019
Posted in General Issues
Likes 0
Views 788
Votes 0
Hi, I need to customize the color of the 'Search' button, as well as the color of the 'Subscribe to our blog' button
I would like also to modify some text in my native language
Please see the following images

and
Hi George,

Hi, I need to customize the color of the 'Search' button, as well as the color of the 'Subscribe to our blog' button

1. Search Button
[gist type="css"]
body #eb .mod-btn-primary {
color: #fff !important;
background-color: #951ee5 !important;
border-color: #511ee5 !important;
}
[/gist]

2. Subscribe to our blog
[gist type="css"]
body #eb .btn-primary {
color: #fff !important;
background-color: #4ae2d9 !important;
border-color: #4dde34 !important;
}
[/gist]

You can follow the example above and change to your desired colour and add this in your site backend > Components > EasyBlog > Themes > Custom CSS

I would like also to modify some text in my native language

Here are the language constants
1. For the word Search for blogs ...
MOD_EASYBLOGSEARCH_PLACEHOLDER

2. For the word Subscribe to the blog
COM_EASYBLOG_SUBSCRIPTION_SITE_DIALOG_TITLE

3. For By subscribing to the blog, you will be notified whenever a new blog post is created on the site.
COM_EASYBLOG_SUBSCRIPTION_SITE_DIALOG_CONTENT

4. For the button Search
MOD_EASYBLOGSEARCH_SEARCH

5. For the button Subscribe to our blog
MOD_SUBSCRIBE_MESSAGE_SITE

For your information, you also can refer to this document, there is some guidance on creating language overrides https://stackideas.com/docs/easyblog/administrators/translations/create-language-overrides
·
Thursday, 13 June 2019 15:45
·
0 Likes
·
0 Votes
·
0 Comments
·
I am sorry for my late reply. I was on a business trip.
I'll check your suggestions.
Thank you very much for your response.
·
Thursday, 20 June 2019 20:11
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome.

Just for your information, I have locked and marked this thread as resolved to avoid confusions in the future. Please start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiries.

Thanks for understanding.
·
Thursday, 20 June 2019 20:39
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post