Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

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


  #1  
Old Dec 19, 2009, 06:30 PM
rinoa3108
 
53 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
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
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;
}
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support

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 04:44 PM.


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