Own Menu items on footer right section

Support Area Forums Grassroots Own Menu items on footer right section

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question: http://www.daniela-kuhlmey.de
  • Author
    Posts
  • #31527
    Denis Kuhlmey
    Participant

    Hi Bill,

    can i create my own menu items on the right footer section? I dont need social items but two own Links to a site.

    regards
    Denis

    #31529
    Bill Robbins
    Moderator

    Good Morning Denis,

    You can use the navigation menu that’s in the right hand side of the footer for traditional links instead of social icons. Here’s how to do that:

    1. Go to your theme options page and choose the Advanced tab.
    2. Scroll down to the Custom CSS box and add this:
      
      #menu-social-media .screen-reader-text {
      	position: relative;
      	top: auto;
      	left: auto;
      }
      
      #menu-social-media li a::before {
      	display: none;
      }
      
      #menu-social-media li {
      	margin-left: 10px;
      }
      
    3. Update your settings.

    That should replace the social icons with just text links. If you have any questions or trouble, just let me know.

    Thanks,
    Bill

    #31530
    Denis Kuhlmey
    Participant

    Thank you Bill.
    Works fine!

    #31531
    Bill Robbins
    Moderator

    Glad to hear that worked for you. Let me know if you need anything else.

    Bill

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Own Menu items on footer right section’ is closed to new replies.