thebigblue
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Button Hover StateSimilar, though I think maybe my previous post didn’t describe the problem correctly, so I thought I’d try and make a more coherent post.
I haven’t received any resplies to the initial post, which led me to beleive I didn’t describe the problem particularly well!
Forum: Themes and Templates
In reply to: separators between navigation linksYou’re a genius, yes that now works…
Many thanks, one step closer now. I’m going to post the other questinos I have now…
Thanks once again…
Forum: Themes and Templates
In reply to: separators between navigation linksOkay, that didn’t make any difference sadly! Not sure what else to try?
I’ll create new posts for the other questinos, thanks
Forum: Themes and Templates
In reply to: separators between navigation linksThat is what I had in place originally, the reason I changed it was because visually I didn’t want the separator to appear top to bottom, hence the approach currently adopted.
I assume there must be a way to remove the last separator though?
Do I need ot post my other issues in separate posts, sorry, but I am also new to WP?
Many thanks
Forum: Themes and Templates
In reply to: separators between navigation linksHi LittleBigThing,
I’m relatively new to CSS, so not entirely sure how to do that.
This is a link to my site (thus far)
https://nhspropertyservices.co.uk
I basically have a couple of issues with the navigation menu at the moment. Firstly, as I mentioned, I want to be able to remove the ‘last’ separator, to the right of the last menu item. I’ve added the separators using this code:
<?php wp_nav_menu( array( 'link_after' => '<li><font color="#89dcdb">|</font></li>','theme_location' => 'primary', 'menu_class' => 'nav-menu' ) ); ?>
The second problem I have is that I am trying to set the mouse over so that the green colour goes slightly darker, which is working, however I want the dark green colour to fill the width of the menu item, i.e. the full width between the separators and not as currently, just the width of the text itslef. I can not figure out how to achieve this at all.
The final thing I am struggling with (and please let me know if this needs to go into a new post, is how on earth do I change the background colour of the area just below the navigation menu, that shows the page titles? I’ve tried every possible thing and I still can’t get this to work.
Many thanks for any help and assistance.