Nav Font and Portfolio page

Homepage Community Forums Aspire Theme Support Nav Font and Portfolio page

Tagged: ,

  • This topic has 3 replies, 2 voices, and was last updated 8 years ago by Wes.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #17820
    Thriverr
    Customer

      I purchased Aspire Pro from studio press. And have two problems.
      1. My primary navigation menu Fonts are not as full and big as the demo? How do I change the size or boldness of nav menu font.

      2. Missing portfolio page option. The Portfolio Template is missing in the Sidebar under the “Template” dropdown area.

      Thanks for help

      #17821
      Wes
      Moderator

        Do you have a link to the site for the 1st issue? I’ll need to see what will need to be edited to give you the exact code.

        The portfolio template is featured in version 1.1. I sent in the new version to StudioPress, so it should be there soon. Once it’s available then you’ll be able to download and upload to your site.

        #17822
        Thriverr
        Customer

          Working with Godaddy hosting. You can find site here:
          http://8fc.733.myftpupload.com

          Thanks Wes.

          #17823
          Wes
          Moderator

            I just took a look, but everything looks fine on my end. It’s showing up exactly like the demo. If you’re still seeing something different on your end, is it possible to send a screenshot of your browser? (I can recommend some ways of doing it if you need).

            If you want to change, or adjust the Navigation Font’s Size, Color, Boldness, etc, you can do so by looking at around line 1276 in your style.css file….or you can search for this –

            .genesis-nav-menu a {
            	color: #fff;
            	display: block;
            	font-size: 13px;
            	font-weight: 300;
            	letter-spacing: 2px;
            	padding: 30px 15px;
            	text-transform: uppercase;
            }

            If you don’t use a CSS editor to edit your files (the only way to see line numbers) then you can search for the code that you need to edit by adding something like .genesis-nav-menu a { to your search function. If you’re on a Mac, just hold the command + F buttons…..if you’re on PC I think it’s ctrl + F.

            To increase the font-weight to make it more bold, just change the font-weight from 300 to 400 or 600. You can experiment with the numbers to get the size you prefer.

            Your site is looking pretty good so far by BTW. One thing I noticed in the Front Page 4 section is the text is very close to the button. To fix that and add some more space under the text separating the text from the button below you can change the original text from this –

            <p>I believe there is not greater calling as a Trial Lawyer than to  fight for people who have been wronged and can’t fight for themselves.<br>
            <a href="http://8fc.733.myftpupload.com/about-us/" class="button large">About Us</a></p>

            To this instead –

            <p>I believe there is not greater calling as a Trial Lawyer than to  fight for people who have been wronged and can’t fight for themselves.<p>
            <p><a href="http://8fc.733.myftpupload.com/about-us/" class="button large">About Us</a></p>

            Let me know if that helps

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