Aspire Theme Issues

Homepage Community Forums Aspire Theme Support Aspire Theme Issues

Viewing 9 posts - 51 through 59 (of 59 total)
  • Author
    Posts
  • #19782
    ArtistClara
    Customer

      Thanks Wes, I can’t thank you enough.
      I have to go back and redo all the stuff that I’d previously done – bummer.
      But at least I have the site to work on again.
      Can you suggest a PHP editor for me to use?
      I’ve never used FTP to edit files, I’ve only used it to download files.

      Once again, thank you. I really do appreciate all you do.

      #19783
      Wes
      Moderator

        I have a Mac and edit files with this – https://atom.io/

        I’ve used Espresso, and Coda in the past. There are also a bunch of programs out there for free that you can start with.

        #19784
        ArtistClara
        Customer

          Thanks. I’ll try some of them out.

          #19798
          ArtistClara
          Customer

            Also what do you plan to do with the header when you scroll down? Currently the background changes to Black, did you want to keep the background Black and have the text change to White? Or did you want the entire header background to stay White at all times (including when scrolling down)?

            I’ll like to change the background to a different color-possibly f5d453 – and the text change to white when you scroll. Which line of code do I need to edit?

            Thanks

            #19804
            Wes
            Moderator

              Look for this on line 1184 in your CSS –

              .site-header.light {
              	background-color: #000;
              	padding-top: 0;
              }

              Then look at line 1318 for the text color –

              .front-page .site-header.light .genesis-nav-menu > .menu-item > a {
              	color: #000;
              }
              #19811
              ArtistClara
              Customer

                Thanks, Wes. I got it to work on the laptop but on a mobile device, you still have the black font on a black background for the menu.

                #19816
                Wes
                Moderator

                  Remove or comment out this line (2535) –

                  .front-page .site-header {
                          background-color: #000;
                  }
                  #19817
                  ArtistClara
                  Customer

                    Thanks

                    #19819
                    Wes
                    Moderator

                      You’re Welcome!

                    Viewing 9 posts - 51 through 59 (of 59 total)
                    • The topic ‘Aspire Theme Issues’ is closed to new replies.