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 »

[SOLVED] Need help with a few tweaks in Atahualpa


  #1  
Old Feb 5, 2011, 05:24 PM
Skater1405
 
7 posts · Feb 2011
Hi there,

Yesterday on my website (http://clubpenguinmemories.com/) I installed the Atahualpa theme, and as you can see I've customized it quite a bit.

However, there is a few things I can't seem to figure out. I've tried Googling it, but I can't see I've found an answer. Here's what I need help on:
  • Navbar is all weird. I followed this thread and it worked great, I reverted the changes, put them back again, and now it's staying. :/ I want the side arrows removed too - how can I do that?


Thank you so much. I know it's quite a bit, however I'm pretty nooby with CSS and figuring out where to put these things. Any help with this is greatly appreciated.

Devin

Last edited by Skater1405; Feb 6, 2011 at 12:26 PM.
  #2  
Old Feb 5, 2011, 09:58 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
You're right... Lot's of questions. At a quick glance it looks like some can just be accomplished through the various theme options. For instance you can go to ATO>Style Posts & Pages>Footer Box and put a border there. I don't have time right now to answer all of your questions which is why it is often better to ask one per post.
__________________
~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 6, 2011, 05:11 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
You might try searching the forums
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #4  
Old Feb 6, 2011, 11:59 AM
Skater1405
 
7 posts · Feb 2011
Figured most of it out with a ton of trial and error...just trying to get the navbar to look decent.
  #5  
Old Feb 6, 2011, 01:13 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
Putting the following in ATO>Add HTML/CSS Inserts>CSS Inserts should remove the down arrows. I use Firebug with Firefox to figure out CSS selectors and w3schools.com is great for CSS syntax.
HTML Code:
div#menu1 ul.rMenu-hor li.rMenu-expand a {
background: none;
}
__________________
~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.
  #6  
Old Feb 6, 2011, 02:04 PM
Skater1405
 
7 posts · Feb 2011
Quote:
Originally Posted by lmilesw
Putting the following in ATO>Add HTML/CSS Inserts>CSS Inserts should remove the down arrows. I use Firebug with Firefox to figure out CSS selectors and w3schools.com is great for CSS syntax.
HTML Code:
div#menu1 ul.rMenu-hor li.rMenu-expand a {
background: none;
}
Thank you. How would I remove the side arrows?

  #7  
Old Feb 6, 2011, 02:53 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
Try adding !important after none as below.
HTML Code:
div#menu1 ul.rMenu-hor li.rMenu-expand a, .rMenu-expand a {
background: none !important;
}
__________________
~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.
  #8  
Old Feb 6, 2011, 02:55 PM
Skater1405
 
7 posts · Feb 2011
Quote:
Originally Posted by lmilesw
Try adding !important after none as below.
HTML Code:
div#menu1 ul.rMenu-hor li.rMenu-expand a, .rMenu-expand a {
background: none !important;
}
There we go, thank you very much. I'll probably be able to work out the rest of the few minor kinks myself.

Bookmarks



Similar Threads
Thread Thread Starter Forum Replies Last Post
Willing to donate for a few minor tweaks JulieBMack New Versions, & Updating 1 Jul 14, 2010 04:53 AM


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


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