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 Can I Over Ride These Styles?


 
Prev Previous Post   Next Post Next
  #1  
Old Jul 14, 2013, 09:39 PM
GRF
 
76 posts · Mar 2011
How Can I Over Ride These Styles?

I've been pulling my hair out for months trying to figure out how to display my custom menu in the side bar and used FireFox to debug this.

I'm using Atahualpa 3.6.4

In the Menu item...
- Sidebar & Widgets -> Style Widgets

How can I over ride the following items in Widget List Items and Widget List Items, 2nd level?

- Left Margin for whole Item (set to 0)
- Left Border Width for Links (set to 0)
- Left Padding for Links (set to 0)

And also the following...

Here is a code snippet of my menu item...

<div id="imouter0" class="imcm">
<ul id="imenus0">
<li id="ulitem0z0" class="imatm" style="width:100%;"><a id="ulaitem0z0" class="" href="http://www.stun-guns.htm"> … </a><div class="imsc"> … </div>
</li>

For the <a></a> tag inline: 679, I need to override the display: inline; to make it unchecked or disabled. Here is the CSS.

div.widget ul li a:link, div.widget ul li a:visited, div.widget ul li a:active, div.widget ul li a:hover {
display: inline; // UNCHECK
}

For the <li></li> inline: 600, I need to override the line margin: 2px 0px; to make it unchecked or disabled. Here is the CSS.

div.widget ul li {
display: block;
margin: 2px 0px; // UNCHECK
}

Thank You for your help! - Glenn
 

Bookmarks



Similar Threads
Thread Thread Starter Forum Replies Last Post
3.4.6 to 3.5.3: h1,h2,h3,h4,h5,h6 styles are gone? ymf New Versions, & Updating 2 Aug 1, 2010 06:58 PM
Changing H1, etc. Used to be in styles.css coop42 Header configuration & styling 1 Jul 10, 2009 03:09 PM


All times are GMT -6. The time now is 01:52 AM.


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