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 »

Varying the stylings for each sidebar


  #1  
Old Feb 7, 2012, 02:04 PM
wallyman0
 
22 posts · Dec 2010
Varying the stylings for each sidebar

My site is www.njdecksandrailings.com... I am trying to style the links in the right inner sidebar differently from those in the right sidebar.....but the widget link styling seems to be in control.
where/how/best way to style the links in the right inner sidebar? have tried looking at the css and my brain cannot make heads or tails of it. thanks

Last edited by lmilesw; Feb 7, 2012 at 02:09 PM.
  #2  
Old Feb 7, 2012, 02:21 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
You can use #right-inner at the start of your CSS, use the selector for the widgets themselves or perhaps a combination of both. You may have to add !important to the CSS in some cases. An example is if you wanted the links red in the right inner sidebar with a hover color of black the code could be.
HTML Code:
#text-3 a {
    color: red;
}
#text-3 a:hover {
    color: black;
}
Of course you could supply the hex codes for the colors of your choice.
If you want to target all widgets in the right inner sidebar you could use something like the following
HTML Code:
#right-inner a {
    color: red;
}
#right-inner a:hover {
    color: black;
}
I used Firebug in Firefox to determine the selectors. Also all the code would go in the CSS Inserts box.
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #3  
Old Feb 7, 2012, 02:30 PM
wallyman0
 
22 posts · Dec 2010
thank you! didn't know about firebug in firefox to find selectors (thats really where i was stuck i think). is there such a plugin for chrome?
  #4  
Old Feb 7, 2012, 02:50 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
There is a Firebug light for Chrome which is a bit lacking but the developer of Firebug is now working for Google so I suspect to see some interesting additions to Chrome in the future.

You can also hit Ctrl+Shift+I to bring up the native developer tools.
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.

Last edited by lmilesw; Feb 7, 2012 at 03:01 PM.
  #5  
Old Mar 9, 2012, 03:32 PM
redacter
 
14 posts · Oct 2009
Since we're on the subject of styling... I have a simple yet perplexing problem. I want to take out the 1-point line that appears under the headline on posts on my site, www.theimproper.com.

Here's an example.

http://www.theimproper.com/36266/mad...ild-clip-watch

I want the page to look like this:

http://www.celebrityhealthfitness.co...lack-swan-diet

I know the coding is "border-bottom" but I can't for the life of me find where it's located in the theme css.

It's a small thing, but sometimes they are the most annoying. Your help would be greatly appreciated.
  #6  
Old Mar 9, 2012, 04:09 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
Check in the Style Posts & Pages section of the theme options and see if you have a border bottom declaration in any of the title boxes. You could "force" the no border by setting
border:none on .post-headline h1
The code would go in the CSS Inserts box in the theme options.
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Varying how header image/menubar being displayed depends on what page levenssfeer Page & Category Menu Bars 5 Jul 10, 2011 02:49 PM
How to fix varying width of submenus? thellancer Page & Category Menu Bars 2 Nov 28, 2010 09:51 PM
Sidebar Issue-Recent Posts and Meta showing up in Sidebar,Should Only be Links sdchoboken Atahualpa 3 Wordpress theme 1 Jul 13, 2010 06:27 PM
right widgets cut off in IE, Firefox-right sidebar text smaller than on left sidebar daisy24 Sidebars & Widgets 2 Feb 23, 2009 10:59 AM


All times are GMT -6. The time now is 02:00 AM.


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