By Sean Carney on Saturday, 19 April 2014
Posted in Technical Issues
Likes 0
Views 0.9K
Votes 0
On my home page at https://www.starch-smart.com I have placed the EasySocial Stream in my grid5 position that is titled Recent Social Activity. The text at the bottom of the page is getting lost. I am hoping somebody might be able to give me some css code that I could add to my custom.css file that would change the color of the font to Yellow and the color of on rollover color to white like I am doing with my menus. Or, if there is another nice way to make this prominent then I am all ears. I do not want this color change to effect other applications or positions. :-)
Thanks for any code you might suggest.
Sean Carney
Hello Sean,

Firstly, please do understand that we normally do not provide support for such requests but I am just helping you out of good faith and I hope others wouldn't take advantage of this, you can try using the following css codes below:


#grid5 .zen-module-title h3 span {
color: #FFE500 !important;
font-weight: 700;
}

#grid5 .zen-module-title h3 span:hover {
color: #fff !important;
}
·
Saturday, 19 April 2014 01:07
·
0 Likes
·
0 Votes
·
0 Comments
·
Mark,
That code looked so beautiful although it did something slightly different then what I was looking for. It changed the Heading text for me. What I am needing to do is change the text of the link that appears just below the EasySocial Stream. that says
"Please login to view more feed items"
I suspect that a slight tweak to what you send me might do that? But, I really am OK with what you gave me. It set me in the right direction! :-)

I went and got a different piece of code from the template provider that also worked. :-)

And, I am going to use some of what you gave me to improve the heading even though until I saw what you gave me I did not realize I wanted the heading improved. :-)
body div#fd .pull-right.mb-20 a {color: yellow;font-weight: bold}
body div#fd .pull-right.mb-20 a:hover {color: #fff;}

Thank you for the previous reply! And for helping me to improve my site!
Sean
·
Saturday, 19 April 2014 06:05
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for updating Sean Glad that your issues are resolved now
·
Saturday, 19 April 2014 13:12
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post