Click Here To DONATE! Support the theme development, get more attention and additional benefits based on your donation level. Your forum name will be highlighted.
From the author of Atahualpa, the #1 most downloaded (700,000+) theme @ wordpress.org
#1
Mar 22, 2009, 11:45 AM
pbravin
20 posts · Feb 2009
It is light blue--want to make it darker
#2
Mar 23, 2009, 02:55 PM
Flynn
3,730 posts · Oct 2008
Munich, Germany
Which "tooltip" ?
#3
Mar 23, 2009, 04:26 PM
pbravin
20 posts · Feb 2009
flynn,
look up my website--www.deafhoh.com
when you hover over one of the usa today headlines, a light blue tooltip comes out and its a bit hard to read, i would like to make it bolder--i do not know if its a function of atahualpa or the plug in im using (kqf) top get rss feeds--
thanks for a great theme
phil
#4
Mar 23, 2009, 08:57 PM
Flynn
3,730 posts · Oct 2008
Munich, Germany
That's not Atahualpa what you're using on your site. Also those tooltips are probably created by a plugin and not the Revolution theme.
#5
Mar 23, 2009, 09:05 PM
pbravin
20 posts · Feb 2009
flynn
i was experimenting with other themes while u were checking my website, sorry...go back and check the atahualpa theme now on my website...
also the embed video is not showing up in category posts--it shows up in the main blogs and i do not have any video plug ins activated
You probably either didn't upload the CSS file, or you uploaded the plugin in a wrong location. I.e. you uploaded the xxxxxx.php instead of the whole plugin directory.
Once you have fixed that you can edit that CSS file.
#7
Mar 25, 2009, 07:08 PM
pbravin
20 posts · Feb 2009
I found the css file and am copying it here (below)--maybe by looking at it you can tell me how to fix it
/* Fading Tooltips By Frank Bueltge*/
body div#toolTip {
position:absolute;
z-index:1000;
min-width:150px;
background:#1152c8;
border:2px double #fff;
text-align:left;
padding:5px;
min-height:1em;
-moz-border-radius:5px;
}
body div#toolTip p {
margin:0;
padding:0;
color:#ccc;
font:11px/12px verdana,arial,sans-serif;
font-weight:bold;
}
body div#toolTip p em {
display:block;
margin-top:3px;
color:#fff;
font-style:normal;
font-weight:normal;
}
body div#toolTip p em span {
font-weight:bold;
color:#fff;
}
#8
Mar 26, 2009, 04:19 AM
Flynn
3,730 posts · Oct 2008
Munich, Germany
Change
background:#1152c8;
to another color value
#9
Mar 26, 2009, 11:57 AM
pbravin
20 posts · Feb 2009
flynn
changed it to "#fffffff" and it doesn't work, still
but it's not there, so the plugin is probably using default settings.
#11
Mar 27, 2009, 05:54 AM
pbravin
20 posts · Feb 2009
flynn
solved it --we were looking at the wrong files...since i was using the kqf plug in for the rss feeds--there's a file called "dtt.css" in the includes folder for the kqf plug in---i modified everything right there and my tooltip looks much better
for bragging rights, look at www.deafhoh.com and hover over the usa today headlines...
you helped me lead in the right direction by focusing on the css files...thanks!