Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #350962

    Hello.

    I just updated to the most recent version of Enfold and it’s caused a few minor hiccups with my site.

    I have a bit of custom CSS that added a header and border to my sidebar navigation, as seen below:

    div .widget_nav_menu:before {
    content: ‘Quick Navigation’;
    font-size: 17px;
    color: black; }
    ul.nested_nav {
    border-bottom: 1px solid #e2e2e2;
    }

    However, with the theme update, it added the ‘Quick Navigation’ title above two Custom Menu widgets I have as part of my 4-column footer. Essentially, there’s the ‘Quick Navigation’ title, followed by the actual Custom Menu title, and then the menu pages.

    I want the Sidebar title, but don’t want it to replicate above my Custom Menus. Can you help…?

    #351361

    Hey anthonyv9!

    If you only want that in your sidebar then change your code to this.

    aside div .widget_nav_menu:before {
    content: ‘Quick Navigation’;
    font-size: 17px;
    color: black; }
    ul.nested_nav {
    border-bottom: 1px solid #e2e2e2;
    }

    Best regards,
    Elliott

    #351435

    Yes, just above the sidebar. However, I tried changing the code to that which you provided and the “Quick Navigation” title disappeared everywhere.

    Can you take another look at your code…?

    I appreciate your help… take care.

    #351538

    Check that… it seems to be working now. I goofed on a simple copy-and-paste… my bad.

    Thank you…!!!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Different Sidebar and Custom Menu Titles’ is closed to new replies.