-
AuthorPosts
-
February 24th, 2018 at 21:48 #60186
Hi! First off, this is one of the best free themes I’ve ever used. Very nice job.
Second, I like how page titles in the header navigation become highlighted and underlined when you hover over them (or just underlined if you are already on that page). Is there “Additional CSS” I could add that would make each header page title remain underlined when I am on the associated page?
Third, the footer is taller than I need it to be (it only contains the copyright text, centered button to return to the top of the page, and “Powered by Anima…” text). How could I decrease the height of the footer?
Thanks!
February 27th, 2018 at 20:21 #60291ZedCryout Creations mastermind1. Thank you.
2. I am not sure I understand your question. I understand that you like how menu items are underlined when you are on the associated page and then you ask how to make the menu items be underlined when you are on the associated page?
3. You could reduce the footer inner padding:
body #footer-inside { padding-top: 0.3em; padding-bottom: 0.3em; }
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.March 1st, 2018 at 20:49 #60370Thanks, that helps with the footer. For 2., I like how the items are underlined when I hover over them, but they do not remain underlined when I am on the associated page (my point above in parentheses was just that the text doesn’t highlight when you hover over it if you’re already on the associated page). Is there a way to make at least the underline always show on the page you are visiting?
March 7th, 2018 at 15:29 #60625ZedCryout Creations mastermind2. Try
#access > div > ul > li.current-menu-parent > a > span::before { width: 100%; }
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.March 15th, 2018 at 23:51 #60976Unfortunately that latter code isn’t working for me. Thanks for the suggestion, though.
March 26th, 2018 at 14:25 #61343ZedCryout Creations mastermindThe indicated CSS works fine on our demo site.
Perhaps if you’d mention your URL I could look at why it doesn’t work for you.
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic. -
AuthorPosts
The topic ‘Keep Title in Page Navigation Underlined, Change Footer Size’ is closed to new replies.