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

    I’m trying to make some changes to how the smartphone version of the menu appears on a website I’m working on for a friend. I’ve added the website to the private content section.

    I’d like to add the social media icons and links to the mobile menu (it’s on the desktop version, but not the mobile). I also want to change the colors used on the mobile menu to have a black background and white font so it matches the rest of the theme. I’d also like the logo to stay at the top of the menu when it opens up if possible.

    Last, I have a general question: on the Resume page, I’d like to embed a PDF on the page. I couldn’t quite figure out how to do this and would appreciate some direction.

    Thanks in advance!

    #460760

    Hi rlsjjk!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 767px) {
    .responsive.html_header_sidebar #top #header .social_bookmarks {
      display: block;
      border: none;
    }}
    #mobile-advanced {
      background-color: black;
      padding: 0;
      margin-top: 120px;
    }
    #mobile-advanced a {
      color: white;
    }

    and please try using a plugin such as this one – https://wordpress.org/plugins/dirtysuds-embed-pdf/

    Cheers!
    Yigit

    #463001

    Thanks for the help! I added the coding but I want to make a couple more changes. I’d actually like the social media links to be located within the drop down menu instead of part of the header. Also, when the drop down menu is opened now, there is a strange overlap of the menu button and the menu “X”. I’d like the menu button be removed when the menu is open. Thanks in advance!

    #463324

    Hi!

    that would require a heavy customization of the theme and would be considered as custom work. You can hire a freelancer for this job here.

    Regards,
    Andy

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.