Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Atahualpa 3 Wordpress theme (http://forum.bytesforall.com/forumdisplay.php?f=2)
-   -   [SOLVED] Need help with a few tweaks in Atahualpa (http://forum.bytesforall.com/showthread.php?t=12647)

Skater1405 Feb 5, 2011 04:24 PM

[SOLVED] Need help with a few tweaks in Atahualpa
 
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

lmilesw Feb 5, 2011 08:58 PM

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.

juggledad Feb 6, 2011 04:11 AM

You might try searching the forums

Skater1405 Feb 6, 2011 10:59 AM

Figured most of it out with a ton of trial and error...just trying to get the navbar to look decent. :p

lmilesw Feb 6, 2011 12:13 PM

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;
}


Skater1405 Feb 6, 2011 01:04 PM

Quote:

Originally Posted by lmilesw (Post 57105)
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?

http://c0848462.cdn.cloudfiles.racks...91ee165ce9.png

lmilesw Feb 6, 2011 01:53 PM

Try adding !important after none as below.
HTML Code:

div#menu1 ul.rMenu-hor li.rMenu-expand a, .rMenu-expand a {
background: none !important;
}


Skater1405 Feb 6, 2011 01:55 PM

Quote:

Originally Posted by lmilesw (Post 57124)
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. :)


All times are GMT -6. The time now is 04:06 PM.

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