How can I change the colour of the blue links (Twitter Widget)? - twitter

Here's the site: http://www.victoryfights.co.uk
Can only view on desktop currently.
Scroll down on the first page to see the embedded Twitter feed. I need to change the blue links to white.
Just that, nothing more. I've tried a bunch of CSS and nothing works.
Thanks very much!

you can add custom style hope this helps
https://dev.twitter.com/web/overview/css

Related

Font Awesome Icons showing up as squares on menu bar

My social icons are showing up as squares in the top right hand corner of my website. They are part of my menu. However, I have FA icons on other parts of my site and they are showing up perfectly. Any ideas how to fix this, simply? I don't have a lot of tech knowhow. My site is self hosted on Wordpress and I use IOS.
Please verify this two stuff:
1. Check if font-awesome is properly integrated on your website. You can view this by looking over page source and find if there is a link related to font awesome.It may look something like this but by different as well.
yourwebsite-directory-uri/font-awesome.min.css
Reference Link: http://fontawesome.io/get-started/
See if you have added font awesome properly using css.
.test-class {
font-family: 'FontAwesome';
content: "\f005";
}
Hope this will give you some hints.
Thanks

Cant get down state to work in browser in Firewoks CS5

can anybody help with this , I can get the 3 states to work in preview ie; up, over, down with the behaviour as onMouseOver Set Nav Bar Image.
It works in the browser if there are no links set as soon a i set a link then only up, over work not the down state , I have tried setting the links in dreamweaver but get the same result.
Is there any workaround for this this ?
Thanks
if anybody is interested , i have found out what to do
tick the box in the properties panel that says Show down state on load
this does not work if you have your nav menu set as part of the master template or as a shared layer.
So you need to copy the menu to each page and set the individual button on each page with the Show down state on load tick box.
Hope this makes sense ?
thanks

Sharepoint webpart- edit mode Display

I have developed a custom webpart which is being displayed correctly and has some external parameters and being supplied when it is used in the page.
There is a problem in displaying that webpart in edit mode. In edit mode it is not visible as the page footer comes up and only little portion of the webpart is being displayed. To see the whole webpart I need to scroll through. This problem is happening only when the web part is in edit mode.
In Display mode it is Fantastic.
The Way it looks on the Page in Edit Mode is:
Could anyone point me whats being missed and why it is happening?
Thank You
Hari Gillala
Two things to check:
If you have edited the master page/page layout, you might not have closed a html tag, or the styling might be wrong.
With the custom toolpart, is it outputting valid html?, check that you have built the table correctly, and are using the correct styles.

sIFR3 - renders beautifully but links are not clickable

I've got sIFR3 running on my site but for some reason, links are not clickable. I've never experienced this issue before.. I'm only replacing h2 with it which is a linked title on my site. How do i enable sIFR to treat it as such?
Site is: http://criticaldesigner.com
This sounds like a bug in Firefox/Safari where a Flash movie with wmode set to transparent or opaque, contained in a floated element, doesn't properly register click events. Try removing the wmode setting if possible.

Making animation on sIFR3

Now I'm using sIFR3. It works very nicely.
Additionally, I would like to put an effect on sIFR.
My idea is that when the page loaded, sIFR(ed) texts change its color. For example, sIFR in list item change color one by one.
The purpose is to emphasize the sIFR(ed) texts.
Reading the document, I thought Flash filters are not for like this animation.
Do you think is it possible to make animation on sIFR ?
Thank you for your help.
You could do this using JavaScript. See this answer for inspiration: Sifr and Javascript changing stylesheets (without a page refresh)

Resources