By Jarook on Sunday, 24 September 2017
Posted in General Issues
Replies 8
Likes 0
Views 854
Votes 0
I want to reduce the title font size of modules available in Easy social stream. (See the screen shot)
Also need change the color of it..
If you are a webmaster, you should try and use the web developer tool because in the long run, it will save you a lot more time than asking us these kind of questions

Anyway, you can style it using the css selectors below:

[gist]
body #es .es-modules-wrap h3 {
font-size: 12px;
}
[/gist]

To use web developer tool in your browser, inspect the element as you can see here, http://take.ms/TnDe5
·
Sunday, 24 September 2017 17:06
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks
·
Sunday, 24 September 2017 19:12
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Jarook
·
Sunday, 24 September 2017 21:01
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi ,

I am so sorry for intruding into someone's post with a different topic. I could not resist the urge to ask how the " discussions" and "blogs" menu can be placed in the menu in the above screen shoot attached? and is the module(on the right side) suggesting " people you may add" an inbuilt ES module or another extension?

Thank you in advance for understanding me.
·
Wednesday, 27 September 2017 01:32
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Tadiwos,
how the " discussions" and "blogs" menu can be placed in the menu in the above screen shoot attached?
If you are referring to the menu on the top under the docker, this is actually Joomla's menu module which displays the menu items placed in this menu.
is the module(on the right side) suggesting " people you may add" an inbuilt ES module or another extension?
This is actually the EasySocial Friend Suggestions module.
·
Wednesday, 27 September 2017 11:28
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you, Raymond

I have attached what menu I mean. is that the docker plugin? or the Joomla menu? if so, it looks like it is fixed(moves with the page scrolling down), how can be that done?
·
Wednesday, 27 September 2017 13:00
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Tadiwos,

The blue bar on the top is the docker plugin. The menu below the docker is Joomla's menu module.

The menu can be applied in a fixed position using custom css.
·
Wednesday, 27 September 2017 13:14
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post