Keep Title in Page Navigation Underlined, Change Footer Size

  • Author
    Posts
  • #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!

    #60291
    Zed
    Cryout Creations mastermind

    1. 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.
    #60370

    Thanks, 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?

    #60625
    Zed
    Cryout Creations mastermind

    2. 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.
    #60976

    Unfortunately that latter code isn’t working for me. Thanks for the suggestion, though.

    #61343
    Zed
    Cryout Creations mastermind

    The 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.
Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘Keep Title in Page Navigation Underlined, Change Footer Size’ is closed to new replies.