Support for Envato Buyers Forums DGWork Change Menu Text and Logo Size

Viewing 5 reply threads
  • Author
    Posts
    • #22825
      RHMedia
      Participant

      Hello. Is there a simple way to change the size of the menu text and logo?
      https://rhmediastudio.com

    • #22854

      Hi

      Currently no option to change the menu text size and LOGO size.

      You can do that with the following CSS

      .main-navigation a{font-size: 16px;}

      I think that change the LOGO size in Photoshop is the easy way.

    • #22859
      RHMedia
      Participant

      Thanks! That worked!! 🙂

    • #22861
      RHMedia
      Participant

      HI. I am going crazy trying to find out how to change that logo that sits above menu. Also I need to add padding in between the logo and the menu. I did it on initial set up but totally cannot find it now.

    • #22863
      RHMedia
      Participant

      Hi I found the area to swap out logo. (facepalm) But I need to add padding so that it is not overlapping with menu text. Thanks!!

    • #22880

      Hi

      You can try to adjust the space between LOGO and menu text by the following custom CSS

      .site-branding{height:120px;}
      

      Also, if you want to increase the LOGO size, you can try this:

      @media (min-width: 960px){
        .centered-logo-header .site-branding {
          width: 230px;
        }
      }
Viewing 5 reply threads
  • You must be logged in to reply to this topic.