By Jeff Suddaby on Tuesday, 23 September 2014
Posted in General Issues
Replies 1
Likes 0
Views 889
Votes 0
Hi,

With regard to the #ezblog-body .blog-option li section at: http://whazzat.org/the-wonder-blog/entry/look-n-for-da-wonder.html

How do I make the following changes:

1) Increase the size of the font-resizer buttons...?

2) Get rid of the "Print" button entirely...?

4) Change the color of the "Bookmarks" link...?

4) Re-order the links presented in the "Bookmarks" Dropdown Menu...?

5) Change the text of the "Bookmarks" link to "Share"?

TIA - Jeff.
Hello Jeff,

Please find the response to your inquiries below:


1) Increase the size of the font-resizer buttons...?

You can't actually increase the size of the button because it's actually an image. If you want to customize this image, you can replace the following files

/components/com_easyblog/themes/default/images/icons/font-size.png


2) Get rid of the "Print" button entirely...?

You can actually turn this option off in the back end settings of EasyBlog under Settings > Social Integrations > Publishing tools.


4) Change the color of the "Bookmarks" link...?

You can change the color by adding the block of css codes below into your template's css file,


.addthis_button_compact {
color: #000 !important;
}




4) Re-order the links presented in the "Bookmarks" Dropdown Menu...?

Unfortunately this is a service by Add this and we can't actually manage the ordering.


5) Change the text of the "Bookmarks" link to "Share"?

You can change the translation for this by editing the language file in /language/en-GB/en-GB.com_easyblog.ini and locate the code COM_EASYBLOG_BOOKMARK.
·
Tuesday, 23 September 2014 03:20
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post