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 »

[SOLVED] color links and widget


  #1  
Old Jul 10, 2010, 05:49 AM
lambdaka's Avatar
lambdaka
 
94 posts · Apr 2010
France
[SOLVED] color links and widget

Hi there. !
Working on
- Atahualpa 3.5.1
- Wordpress 3.0
here is the site : http://tiny.cc/9hovp

Tryin to change the links color in the sidebars, I manage to change them in the right sidebar with the code following but it has no effect on the left sidebar, plus if you do ctrl-a or command-a, you can see that there is still two links in the right sidebars with black color..
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;
color: #ffffff !important;
text-decoration:underline;
}
div.widget ul {
list-style-type: none !important;
}
div.widget ul li a:hover {
color: #F9BED8 !important;
}
Someone !! please, I m turning crazy one more time ! !
  #2  
Old Jul 10, 2010, 06:25 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
1) get rid if the <body...> you have in the widget - only one <body> per page
2) the links on that side are in a table, not a UL so you have to code some additional CSS Selectors or make your current ones more global like this
HTML Code:
div.widget ul {
list-style-type: none !important;
}
div.widget   a:link,
div.widget   a:visited,
div.widget   a:active {
border-left: 0 !important;
padding-left: 0 !important;
color: #ffffff !important;
text-decoration:underline;
}
div.widget ul {
list-style-type: none !important;
}
div.widget a:hover {
color: #F9BED8 !important;
}
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #3  
Old Jul 10, 2010, 06:31 AM
lambdaka's Avatar
lambdaka
 
94 posts · Apr 2010
France
Hi, Yes I just noticed that all the black links were "a href"..
I guess I have no <body> cause everything is ok with your code ! !
thanks a lot one more time..


A little question more...
You can see in the menu bar "projects" button.
on the rollover there is some white behind the black...do you have a clue about to remove them.
(but maybe I need to post on the header section)
  #4  
Old Jul 10, 2010, 06:33 AM
lambdaka's Avatar
lambdaka
 
94 posts · Apr 2010
France
the underline decoration seems to not working n the links...???
do you know why..?
  #5  
Old Jul 10, 2010, 06:45 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
I see them all underlined - in both safari on a mac and IE on a pc
--
oh, in the right widget. Try adding the !important to that
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support

Last edited by juggledad; Jul 10, 2010 at 06:48 AM.
  #6  
Old Jul 10, 2010, 06:55 AM
lambdaka's Avatar
lambdaka
 
94 posts · Apr 2010
France
talkin about the links in archive for exemple and on the links in the twitter widget...
on mac safari.

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to change font color on links i header? MrStark Header configuration & styling 1 Jan 3, 2010 02:48 PM
Background Color Active Links Zen Nomad Page & Category Menu Bars 0 Nov 15, 2009 08:53 AM
[SOLVED] Links color on Posts seboush Post-Kicker, -Byline & -Footer 3 Jul 23, 2009 02:46 AM
How to edit links widget or how to have links in sidebar of page? Joelb53 Sidebars & Widgets 1 May 6, 2009 03:52 AM


All times are GMT -6. The time now is 08:23 AM.


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