Wordpress Themes - WP Forum at BFA
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.

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Sidebars & Widgets »

how to just change the colour of the pages widget links


Build custom WP THEMES, without
coding.
Click here for THEMEFRAME

From the author of Atahualpa, the #1 most
downloaded (700,000+) theme @ wordpress.org
  #1  
Old Dec 19, 2009, 06:30 PM
rinoa3108
 
51 posts · Apr 2009
hello,
I am just wanting to know how to just change the colour of the pages widget links from grey, and when rolled over?

here is my coding:

div.widget ul {
list-style-type: none !important;
}
div.widget ul li a:link,
div.widget ul li a:visited,
div.widget ul li a:active,
div.widget ul li a:hover {
border-left: 0 !important;
padding-left: 0 !important;
text-align: center;
font-size: 18pt;
color: #ffffff !important;
}

the links are only white, how do you make it so when rolled over it is black? Thanks
  #2  
Old Dec 20, 2009, 03:54 PM
juggledad's Avatar
juggledad
 
20,151 posts · Mar 2009
OSX 10.6.8/10.7.3 WP 2.8.x/2.9.x/3.x Atahualpa 3.5.x/3.7.x Safari 5.x Firefox 11 XP
your CSS is saying to make it white when hovered. If you want the hover a different color, you have to setup a new selector and rule for it like
HTML Code:
div.widget ul {
list-style-type: none !important;
}
div.widget ul li a:link,
div.widget ul li a:visited,
div.widget ul li a:active {
border-left: 0 !important;
padding-left: 0 !important;
text-align: center;
font-size: 18pt;
color: #ffffff !important;
}
div.widget ul {
div.widget ul li a:hover {
border-left: 0 !important;
padding-left: 0 !important;
text-align: center;
font-size: 18pt;
color: #00ffff !important;
}

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Can I change the background colour from white? andytaylor Atahualpa 3 Wordpress theme 18 Feb 16, 2010 08:43 AM
How do I change the colour of the Category title? robdeluxe Page & Category Menu Bars 1 Oct 21, 2009 03:56 PM
[SOLVED] How do I change background colour for date line? MoneyMagnets Post-Kicker, -Byline & -Footer 2 Aug 13, 2009 02:33 PM
How to change HEADLINE Box colour ahmike Post-Kicker, -Byline & -Footer 4 Jul 23, 2009 12:38 PM
How to change the title on links widget? Joelb53 Sidebars & Widgets 2 Apr 15, 2009 08:02 PM


All times are GMT -6. The time now is 07:53 PM.


Powered by vBulletin® Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.