Forum Replies Created
-
AuthorPosts
-
August 21, 2013 at 12:09 pm in reply to: Problems with Post Slider and Blog Posts content element #136446
Hi guys,
Any reason this is being ignored? I’m heading off on vacation and was hoping to resolve this before I left.
Hi Ismael,
Thanks for your response. A couple of issues remain unresolved.
1) Change the social icons colour. That code worked. But I think I misphrased my question. What I wanted to know was how to change the background colour of the social icons. By changing the colour of the top header I realised that the background of the social icons must be transparent. How do I change the background to a particular colour? What I would like to do is set the background to be the colour that is currently displayed in hover mode. I found this code amongst the forum posts:
.social_bookmarks .rss:hover {
background-color: #FFA133;
}
.social_bookmarks .facebook:hover {
background-color: #37589B;
}
.social_bookmarks .twitter:hover {
background-color: #46D4FE;
}
.social_bookmarks .mail:hover {
background-color: #9FAE37;
}
.social_bookmarks .dribbble:hover {
background-color: #E44885;
}
.social_bookmarks .linkedin:hover {
background-color: #419CCA;
}
.social_bookmarks .search:hover {
background-color: #222222;
}
.social_bookmarks .gplus:hover {
background-color: #DE5A49;
}
#top .social_bookmarks li:hover a {
background: url(“../images/layout/icon-social-reflect.png”) no-repeat scroll 0 top transparent;
}
So I have all the colour numbers I need. Just need to know what I need to do make the current hover colours the ‘normal’ background colour.
2. Changing the icon colour in icon lists.
I had already found and tried the code you suggested elsewhere on the support forum and it doesn’t work. The icons in the icon list remain grey after I put the code in Quick CSS. Again I may have misphrased it. What I want to change the colour of is the circle surrounding the icon in an icon list, which I guess, again, is regarded as a background colour. So where the icons are surround by a grey background by default, I’d like them to match the colour of the icon background used in the icon box with my chosen theme style (ie Boxed Blue)
3. This is a kind of variation of the second question in that I’d like to change the individual background colour of the social icons used in an icon list, so that twitter is twitter blue, Facebook facebook blue, flickr pink, instagram brown, email green etc etc. At the moment they are all #d0d0d0 I’ve added it as an image at the bottom of this page (www.mytribetravels.com) so you can see what I’m trying to do.
5. While you’re there, I seem to be getting a strange single pixel white line underneath the main image at the top. It’s a full-width easy slider and the same issue arises every time I use a full-width easy slider ie. twice on this page (http://mytribetravels.com/about/)
Cheers
Peter
-
AuthorPosts